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()
.map(NonZero::get)
.expect("unable to get number of threads")
/ 3)
* 2,
/ 5)
* 3,
)
.build_global()
.unwrap();