Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
75
fork

Configure Feed

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

smaller cache for reader

phil 70f578a6 4892264c

+1 -1
+1 -1
constellation/src/storage/rocks_store.rs
··· 45 45 } 46 46 fn get_db_read_opts() -> Options { 47 47 let mut opts = Options::default(); 48 - opts.optimize_for_point_lookup(512); 48 + opts.optimize_for_point_lookup(128); // mb 49 49 opts 50 50 } 51 51