mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
forward-port the part where ordinary users try to fetch directories
less often. not critical but might as well stay in sync with stable. svn:r5910
This commit is contained in:
+1
-1
@@ -537,7 +537,7 @@ get_dir_fetch_period(or_options_t *options)
|
||||
return 20*60;
|
||||
else
|
||||
/* Default for average user. */
|
||||
return 40*60;
|
||||
return 120*60;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user