bump ingester threads from 2 to 4
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -804,7 +804,7 @@ impl Damus {
|
|||||||
let _ = std::fs::create_dir_all(imgcache_dir.clone());
|
let _ = std::fs::create_dir_all(imgcache_dir.clone());
|
||||||
|
|
||||||
let mut config = Config::new();
|
let mut config = Config::new();
|
||||||
config.set_ingester_threads(2);
|
config.set_ingester_threads(4);
|
||||||
|
|
||||||
let mut account_manager = AccountManager::new(
|
let mut account_manager = AccountManager::new(
|
||||||
// TODO: should pull this from settings
|
// TODO: should pull this from settings
|
||||||
|
|||||||
Reference in New Issue
Block a user