tracks lexicons and how many times they appeared on the jetstream
3
fork

Configure Feed

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

refactor(server): change compaction to run from now to period ago

dusk 8a875861 febe611b

+1 -1
+1 -1
server/src/main.rs
··· 156 156 if db.is_shutting_down() { 157 157 return; 158 158 } 159 - let end = get_time() - compact_period / 2; 159 + let end = get_time(); 160 160 let start = end - compact_period; 161 161 let range = start.as_secs()..end.as_secs(); 162 162 tracing::info!(