about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/upr/monitor.rb4
1 files 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