mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
fix threadpool size to be big enough
This commit is contained in:
parent
264be544c2
commit
6d8b9c3fb6
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ fn set_panic_handlers() {
|
|||
error!("thread panic: {:?}", e);
|
||||
panic!(e)
|
||||
})
|
||||
.num_threads(4)
|
||||
.build_global()
|
||||
.unwrap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue