Increase the chunk size to 1kb per chunk
This commit is contained in:
parent
e5ee0eaece
commit
06cf44f129
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue