Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Significance of different cli timer flags #97

Open
@csdali13

Description

@csdali13

Could you please let me know the definitions / meaning for the timer flags below?

  1. rtr.refresh
  2. rtr.retry
  3. rtr.expire

Also could you please let me know the significance of the below timers which are set in /gortr/cmd/gortr/gortr.go script:

RefreshRTR = flag.Int("rtr.refresh", 3600, "Refresh interval")
RetryRTR   = flag.Int("rtr.retry", 600, "Retry interval")
ExpireRTR  = flag.Int("rtr.expire", 7200, "Expire interval")
RefreshInterval = flag.Int("refresh", 600, "Refresh interval in seconds")

Thanks a lot

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions