mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Per suggestion, increase the retry frequency for primary guards.
This commit is contained in:
parent
fc7751a989
commit
20292ec497
@ -1708,8 +1708,8 @@ get_retry_schedule(time_t failing_since, time_t now,
|
||||
const struct {
|
||||
time_t maximum; int primary_delay; int nonprimary_delay;
|
||||
} delays[] = {
|
||||
{ SIX_HOURS, 30*60, 1*60*60 },
|
||||
{ FOUR_DAYS, 2*60*60, 4*60*60 },
|
||||
{ SIX_HOURS, 10*60, 1*60*60 },
|
||||
{ FOUR_DAYS, 90*60, 4*60*60 },
|
||||
{ SEVEN_DAYS, 4*60*60, 18*60*60 },
|
||||
{ TIME_MAX, 9*60*60, 36*60*60 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user