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
Description
Could you please let me know the definitions / meaning for the timer flags below?
- rtr.refresh
- rtr.retry
- 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
Labels
No labels
Activity