commit 077d3085ec30411daa6b3985ba7b10fd8ef861fa
parent db370bb8a8fd65a902d3abd996ace019db4c296c
Author: Nick Mathewson <nickm@torproject.org>
Date: Fri, 5 May 2017 12:15:24 -0400
actually enable background compresion for consensuses
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/or/main.c b/src/or/main.c
@@ -2482,6 +2482,7 @@ do_main_loop(void)
/* launch cpuworkers. Need to do this *after* we've read the onion key. */
cpu_init();
}
+ consdiffmgr_enable_background_compression();
/* Setup shared random protocol subsystem. */
if (authdir_mode_v3(get_options())) {