diff options
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 8a8a42a149..e7f957e558 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -656,7 +656,7 @@ list_single_server_status(routerinfo_t *desc, int is_live) /** Each server needs to have passed a reachability test no more * than this number of seconds ago, or he is listed as down in * the directory. */ -#define REACHABLE_TIMEOUT (30*60) +#define REACHABLE_TIMEOUT (45*60) /** Treat a router as alive if * - It's me, and I'm not hibernating. |