diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-05 12:15:24 -0400 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2017-05-12 17:45:55 +0200 |
commit | 077d3085ec30411daa6b3985ba7b10fd8ef861fa (patch) | |
tree | cd502167a686621ccbfcf4e95ec7e6b8ae8b3ed3 /src/or/main.c | |
parent | db370bb8a8fd65a902d3abd996ace019db4c296c (diff) | |
download | tor-077d3085ec30411daa6b3985ba7b10fd8ef861fa.tar.gz tor-077d3085ec30411daa6b3985ba7b10fd8ef861fa.zip |
actually enable background compresion for consensuses
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index f1a8cfb96e..9f0c29cf0b 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())) { |