mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Improved chunk sending, moved chunk encoding and compression to another thread
This commit is contained in:
@ -7,7 +7,7 @@ settings:
|
||||
advanced-cache: false
|
||||
upnp-forwarding: false
|
||||
send-usage: true
|
||||
async-workers: 3
|
||||
async-workers: 4
|
||||
|
||||
debug:
|
||||
#If > 1, it will show debug messages in the console
|
||||
@ -16,7 +16,7 @@ debug:
|
||||
commands: false
|
||||
|
||||
chunk-sending:
|
||||
per-tick: 1 #may be safe to increase later
|
||||
per-tick: 1
|
||||
compression-level: 7
|
||||
|
||||
chunk-ticking:
|
||||
|
Reference in New Issue
Block a user