commit aa9940ed21e890ddbb0a3541bf15e7cca4c3b489
parent d4d77b277e72c74a47bd724531426d7f561607e4
Author: Neel Chauhan <neel@neelc.org>
Date: Thu, 11 Apr 2019 20:24:08 -0400
Make SET_BRIDGES_RUNNING_INTERVAL 5 minutes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/mainloop/mainloop.c b/src/core/mainloop/mainloop.c
@@ -2602,7 +2602,7 @@ set_bridge_running_callback(time_t now, const or_options_t *options)
dirserv_set_router_is_running(ri, now);
} SMARTLIST_FOREACH_END(ri);
-#define SET_BRIDGES_RUNNING_INTERVAL (3*60)
+#define SET_BRIDGES_RUNNING_INTERVAL (5*60)
return SET_BRIDGES_RUNNING_INTERVAL;
}
return PERIODIC_EVENT_NO_UPDATE;