소스 검색

actually enable background compresion for consensuses

Nick Mathewson 7 년 전
부모
커밋
077d3085ec
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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())) {