From 392b8cd1d7a342adf2432db384f4eb03ac3a2595 Mon Sep 17 00:00:00 2001 From: Chris Allison Date: Sat, 1 Oct 2011 14:33:52 +0100 Subject: [PATCH] Tweak AMBIENT_FREQUENCY --- trudy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trudy.rb b/trudy.rb index c3c7c7c..4e14743 100644 --- a/trudy.rb +++ b/trudy.rb @@ -8,7 +8,7 @@ # heroku config:add TRUDY_QUEUE= class Trudy < Sinatra::Base - AMBIENT_FREQUENCY = 2 + AMBIENT_FREQUENCY = 1 PING_SECONDS = 30 QUEUE_NAME = ENV['TRUDY_QUEUE']