summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 4ca4be40f0..f5e24aeb39 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -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;
}
/**