Skip to content

Commit

Permalink
Reduce heroku ping interval down to 5 minutes (from 20)
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Dec 5, 2014
1 parent fdf6229 commit 45d6698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot.coffee
Expand Up @@ -297,7 +297,7 @@ class Robot
@pingIntervalId = setInterval =>
HttpClient.create("#{herokuUrl}hubot/ping").post() (err, res, body) =>
@logger.info 'keep alive ping!'
, 1200000
, 5 * 60 * 1000

# Setup an empty router object
#
Expand Down

0 comments on commit 45d6698

Please sign in to comment.