mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
Per suggestion, increase the retry frequency for primary guards.
This commit is contained in:
parent
fc7751a989
commit
20292ec497
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue