Skip to content

Commit

Permalink
Avoid event to expire before we actually check again
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jan 10, 2016
1 parent 8799985 commit acf68e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/riemann-marathon
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Riemann::Tools::Marathon

def initialize
options[:interval] = 60
options[:ttl] = 60
options[:ttl] = 120
end

# Handles HTTP connections and GET requests safely
Expand Down

0 comments on commit acf68e3

Please sign in to comment.