Quellcode durchsuchen

actually enable background compresion for consensuses

Nick Mathewson vor 7 Jahren
Ursprung
Commit
077d3085ec
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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())) {