Procházet zdrojové kódy

actually enable background compresion for consensuses

Nick Mathewson před 7 roky
rodič
revize
077d3085ec
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/or/main.c

+ 1 - 0
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())) {