@@ -85,7 +85,8 @@ module Agents |
||
| 85 | 85 |
'cert_file' => './client.crt', |
| 86 | 86 |
'key_file' => './client.key', |
| 87 | 87 |
'topic' => 'huginn', |
| 88 |
- 'max_read_time' => '10' |
|
| 88 |
+ 'max_read_time' => '10', |
|
| 89 |
+ 'expected_update_period_in_days' => '2' |
|
| 89 | 90 |
} |
| 90 | 91 |
end |
| 91 | 92 |
|