@@ -86,7 +86,7 @@ impl<R: Rng + Spawner + Metrics + Clock + GClock + Storage, I: Indexer> Actor<R,
8686 section_mask : 0xffff_ffff_ffff_f000u64 ,
8787 pending_writes : 0 ,
8888 replay_concurrency : REPLAY_CONCURRENCY ,
89- compression : Some ( 3 ) ,
89+ compression : None ,
9090 codec_config : ( ) ,
9191 replay_buffer : REPLAY_BUFFER ,
9292 write_buffer : WRITE_BUFFER ,
@@ -106,7 +106,7 @@ impl<R: Rng + Spawner + Metrics + Clock + GClock + Storage, I: Indexer> Actor<R,
106106 section_mask : 0xffff_ffff_ffff_f000u64 ,
107107 pending_writes : 0 ,
108108 replay_concurrency : REPLAY_CONCURRENCY ,
109- compression : Some ( 3 ) ,
109+ compression : None ,
110110 codec_config : ( ) ,
111111 replay_buffer : REPLAY_BUFFER ,
112112 write_buffer : WRITE_BUFFER ,
@@ -126,7 +126,7 @@ impl<R: Rng + Spawner + Metrics + Clock + GClock + Storage, I: Indexer> Actor<R,
126126 section_mask : 0xffff_ffff_fff0_0000u64 ,
127127 pending_writes : 0 ,
128128 replay_concurrency : REPLAY_CONCURRENCY ,
129- compression : Some ( 3 ) ,
129+ compression : None ,
130130 codec_config : ( ) ,
131131 replay_buffer : REPLAY_BUFFER ,
132132 write_buffer : WRITE_BUFFER ,
@@ -146,7 +146,7 @@ impl<R: Rng + Spawner + Metrics + Clock + GClock + Storage, I: Indexer> Actor<R,
146146 section_mask : 0xffff_ffff_fff0_0000u64 ,
147147 pending_writes : 0 ,
148148 replay_concurrency : REPLAY_CONCURRENCY ,
149- compression : Some ( 3 ) ,
149+ compression : None ,
150150 codec_config : ( ) ,
151151 replay_buffer : REPLAY_BUFFER ,
152152 write_buffer : WRITE_BUFFER ,
@@ -504,7 +504,7 @@ impl<R: Rng + Spawner + Metrics + Clock + GClock + Storage, I: Indexer> Actor<R,
504504 . prune( min_view)
505505 . await
506506 . expect( "Failed to prune notarized block" ) ;
507- info !( min_view, "pruned verified and notarized archives" ) ;
507+ debug !( min_view, "pruned verified and notarized archives" ) ;
508508
509509 // Notify finalizer
510510 let _ = finalizer_sender. try_send( ( ) ) ;
0 commit comments