-
Notifications
You must be signed in to change notification settings - Fork 8
Customize Geysers
The naming is a bit confusing, since they could be used interchangable.
minIterationLength = geyser active+idle period time (random at least)
maxIterationLength = geyser active+idle period time (random at most)
minIterationPercent = of that period, how much time is active (random at least)
maxIterationPercent = of that period, how much time is active (random at most)
minYearLength = geyser dormant+not dormant period time (random at least)
maxYearLength = geyser dormant+not dormant period time (random at most)
minYearPercent = of that period, how much time is not dormant (random at least)
maxYearPercent = of that period, how much time is not dormant (random at most)
If iteration_length is 100 and iteration_percent is 0.7, then it will be active for 70 seconds and idle for 30 seconds.
Independent of that, if year_length is 10,000 and year_percent is 0.3, then it will be dormant for 30,000 seconds (or 50 cycles).