mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-15 06:14:20 +01:00
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 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
|
||||
|
||||
Reference in New Issue
Block a user