Increase the chunk size to 1kb per chunk

This commit is contained in:
Marc Di Luzio 2020-06-28 11:02:56 +01:00
parent e5ee0eaece
commit 06cf44f129

View file

@ -83,7 +83,7 @@ func NewServer(opts ...ServerOption) *Server {
address: "", address: "",
persistence: EphemeralData, persistence: EphemeralData,
schedule: cron.New(), schedule: cron.New(),
world: game.NewWorld(16), world: game.NewWorld(32),
} }
// Apply all options // Apply all options