From ca0493aa6b53a38b6254c29b44982c369ad9757f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 12 Nov 2009 18:47:50 -0800 Subject: Upr::Monitor expiry is 60 seconds Some folks we know have terrible Internet connections --- lib/upr/monitor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/upr/monitor.rb b/lib/upr/monitor.rb index bcf3f03..2b4732c 100644 --- a/lib/upr/monitor.rb +++ b/lib/upr/monitor.rb @@ -11,8 +11,8 @@ module Upr # use Upr, :backend => Upr::Monitor.new(Moneta::Memory.new) # run YourApplication.new class Monitor < Struct.new(:moneta) - # nuke anything not read/updated in 10 seconds - OPT = { :expires_in => 10 } + # nuke anything not read/updated in 60 seconds + OPT = { :expires_in => 60 } def initialize(moneta_store = nil) super -- cgit v1.2.3-24-ge0c7