Skip to content

Commit

Permalink
Reduced default paste speed to 64 blocks/tick
Browse files Browse the repository at this point in the history
Should help mitigate issues such as #1051 for new servers.
  • Loading branch information
Poslovitch committed Dec 1, 2019
1 parent bd2473f commit 35ecd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/world/bentobox/bentobox/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public class Settings implements ConfigObject {
@ConfigComment("On the contrary, greater values will make pasting take less time, but this benefit is quickly severely impacted by the")
@ConfigComment("resulting amount of chunks that must be loaded to fulfill the process, which often causes the server to hang out.")
@ConfigEntry(path = "island.paste-speed")
private int pasteSpeed = 128;
private int pasteSpeed = 64;

@ConfigComment("Island deletion: Number of chunks per world to regenerate per second.")
@ConfigComment("If there is a nether and end then 3x this number will be regenerated per second.")
Expand Down

0 comments on commit 35ecd61

Please sign in to comment.