Skip to content

Commit

Permalink
Gentler timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Jul 13, 2023
1 parent 3341187 commit 9c2d265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/app/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const (
getRelaysYoungerThan = 6 * 30 * 24 * time.Hour
recheckRelayListEvery = 5 * time.Minute

reconnectEvery = 1 * time.Minute
reconnectEvery = 5 * time.Minute
getPublicKeysYoungerThan = 6 * 30 * 24 * time.Hour
manageSubscriptionsEvery = 1 * time.Minute
manageSubscriptionsEvery = 5 * time.Minute

howFarIntoThePastToLook = 24 * time.Hour

Expand Down

0 comments on commit 9c2d265

Please sign in to comment.