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): decrease max block size

dusk 862edeee 89a0ea69

+1 -1
+1 -1
server/src/db/mod.rs
··· 99 99 Self { 100 100 ks_config: fjall::Config::default().cache_size(1024 * 1024 * 512), 101 101 min_block_size: 1000, 102 - max_block_size: 1_000_000, 102 + max_block_size: 250_000, 103 103 max_last_activity: Duration::from_secs(10), 104 104 } 105 105 }