File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33namespace Icinga \Module \Feeds \Forms ;
44
5- use Icinga \Data \ResourceFactory ;
65use Icinga \Forms \ConfigForm as IcingaConfigForm ;
76
87class ConfigForm extends IcingaConfigForm
@@ -21,8 +20,8 @@ public function createElements(array $formData)
2120 ]);
2221
2322 $ this ->addElement ('number ' , 'cache_duration ' , [
24- 'label ' => t ('Lifetime of feed data in the cache in seconds ' ),
25- 'description ' => t ('Lifetime of feed data in the cache in seconds ' ),
23+ 'label ' => t ('Update interval ' ),
24+ 'description ' => t ('How often to check for new feed updates ( in seconds) ' ),
2625 'placeholder ' => 43200 ,
2726 ]);
2827 }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Example:
1212timeout = 5
1313
1414[cache]
15- ; Lifetime of feed data in the cache in seconds
15+ ; Lifetime of feed data in the cache in seconds. This is effectively the polling rate for feeds
1616duration = 43200
1717```
1818
You can’t perform that action at this time.
0 commit comments