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

Significance of different cli timer flags #97

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions