[tor-commits] [tor/master] actually enable background compresion for consensuses

nickm at torproject.org nickm at torproject.org
Mon May 15 21:26:28 UTC 2017


commit 077d3085ec30411daa6b3985ba7b10fd8ef861fa
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri May 5 12:15:24 2017 -0400

    actually enable background compresion for consensuses
---
 src/or/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/or/main.c b/src/or/main.c
index f1a8cfb..9f0c29c 100644
--- 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())) {





More information about the tor-commits mailing list