Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 363 Bytes

async-world-generation.md

File metadata and controls

4 lines (3 loc) · 363 Bytes

Async World Generation is a feature added in SWM 2.1.0. When enabled, worlds and their chunks are loaded on a separate thread, so there is no performance impact at all.

How to enable Async World Gen

To enable Async World Gen, open the main config file and set enable_async_world_gen to true. Note that changing this setting requires restarting the server.