adjust threads

This commit is contained in:
Simon Gardling 2025-03-06 11:22:54 -05:00
parent 71a3d077e6
commit a84272a7ce
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -156,8 +156,8 @@ impl PlayerArena {
(std::thread::available_parallelism() (std::thread::available_parallelism()
.map(NonZero::get) .map(NonZero::get)
.expect("unable to get number of threads") .expect("unable to get number of threads")
/ 3) / 5)
* 2, * 3,
) )
.build_global() .build_global()
.unwrap(); .unwrap();