Skip to content

Commit 4989a46

Browse files
committed
Add cache_ttl at correct spot
1 parent d07ea82 commit 4989a46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/opnsense/service/conf/actions.d/actions_filter.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,13 @@ message:update bogons database via cron
9393
command:/usr/local/opnsense/scripts/filter/rule_stats.py
9494
parameters:
9595
type:script_output
96+
cache_ttl:300
9697
message:request pf rules
9798

9899
[diag.top]
99100
command:/usr/local/opnsense/scripts/filter/pftop.py
100101
type:script_output
101-
cache_ttl:300
102+
cache_ttl:30
102103
message:request pftop statistics
103104

104105
[diag.info]

0 commit comments

Comments
 (0)