Skip to content

Commit

Permalink
bat-hosts TTL must be longer then cron re-generation interval
Browse files Browse the repository at this point in the history
  • Loading branch information
G10h4ck committed Jan 22, 2024
1 parent 5e1b4f6 commit 484f7bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unique_append()
uci set shared-state.bat_hosts=dataType
uci set shared-state.bat_hosts.name='bat-hosts'
uci set shared-state.bat_hosts.scope='community'
uci set shared-state.bat_hosts.ttl='600'
uci set shared-state.bat_hosts.ttl='2400'
uci set shared-state.bat_hosts.update_interval='30'
uci commit shared-state

Expand Down

0 comments on commit 484f7bb

Please sign in to comment.