Skip to content

Commit

Permalink
chore: remove useless config option
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Mar 23, 2024
1 parent e4ade18 commit 6d5e1e9
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ public static class WorldConfig extends OkaeriConfig {
@CustomKey("chunk-sending-strategy")
private ChunkSendingStrategy chunkSendingStrategy = ChunkSendingStrategy.ASYNC;

@Comment("If the number of chunks to be sent in one batch is more than this value, the chunks will be sent in parallel")
@CustomKey("chunk-min-parallel-sending-threshold")
private int chunkMinParallelSendingThreshold = 4;

@CustomKey("do-first-spawn-chunk-threshold")
private int doFirstSpawnChunkThreshold = 56;

Expand Down

0 comments on commit 6d5e1e9

Please sign in to comment.