Skip to content

Commit

Permalink
Merge pull request #380 from CloCkWeRX/fix_mqtt_working
Browse files Browse the repository at this point in the history
Add an expected event creation time by default
  • Loading branch information
cantino committed Jun 9, 2014
2 parents af1546f + 7e89a9f commit 44834cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/agents/mqtt_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def default_options
'cert_file' => './client.crt',
'key_file' => './client.key',
'topic' => 'huginn',
'max_read_time' => '10'
'max_read_time' => '10',
'expected_update_period_in_days' => '2'
}
end

Expand Down

0 comments on commit 44834cb

Please sign in to comment.