bump ingester threads from 2 to 4

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-08-03 11:33:40 -07:00
parent 3cbcd98dd4
commit be0efd57e5

View File

@@ -804,7 +804,7 @@ impl Damus {
let _ = std::fs::create_dir_all(imgcache_dir.clone());
let mut config = Config::new();
config.set_ingester_threads(2);
config.set_ingester_threads(4);
let mut account_manager = AccountManager::new(
// TODO: should pull this from settings