Increase weather duration
This commit is contained in:
parent
b220a07877
commit
e1d362d215
4 changed files with 8 additions and 8 deletions
|
@ -9,10 +9,10 @@ weather = {
|
|||
next_check = nil,
|
||||
|
||||
-- default weather recalculation interval
|
||||
check_interval = 150,
|
||||
check_interval = 300,
|
||||
|
||||
-- weather min duration
|
||||
min_duration = 300,
|
||||
min_duration = 600,
|
||||
|
||||
-- weather max duration
|
||||
max_duration = 9000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue