Server tools to backfill, tail, mirror, and verify PLC logs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

plc_rocksdb: compact after backfill

geesawra ac3a9eed 4b06157b

+5
+5
src/plc_rocksdb.rs
··· 267 267 } 268 268 log::debug!("finished receiving bulk pages"); 269 269 270 + self.db 271 + .lock() 272 + .await 273 + .compact_range::<&[u8], &[u8]>(None, None); 274 + 270 275 if let Some(notify) = notify_last_at { 271 276 log::trace!("notifying last_at: {last_at:?}"); 272 277 if notify.send(last_at).is_err() {