Skip to content

Commit

Permalink
bump ingester threads from 2 to 4
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Aug 3, 2024
1 parent abd529e commit ce51426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,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
Expand Down

0 comments on commit ce51426

Please sign in to comment.