decrease gen message timeout 5 -> 2 seconds

done to make it consistently appear
This commit is contained in:
James Seibel
2025-03-13 21:17:01 -05:00
parent 851f2ccd06
commit 7b5b8da0d2
@@ -1281,7 +1281,7 @@ public class Config
public static ConfigEntry<Integer> generationProgressDisplayIntervalInSeconds = new ConfigEntry.Builder<Integer>()
.setChatCommandName("generation.logInterval")
.setMinDefaultMax(1, 5, 60 * 60 * 4) // max = 4 hours
.setMinDefaultMax(1, 2, 60 * 60 * 4) // max = 4 hours
.comment(""
+ "How often should the distant generator progress be displayed? \n"
+ "")