server/sources/pyrorql.py
branchstable
changeset 5643 fd240f98a3ee
parent 5582 3e133b29a1a4
parent 5642 6a90357b9769
child 6058 151b6b73acc6
--- a/server/sources/pyrorql.py	Wed Jun 02 16:30:36 2010 +0200
+++ b/server/sources/pyrorql.py	Wed Jun 02 17:26:26 2010 +0200
@@ -144,11 +144,11 @@
                        'group': 'sources',
                        }),)
         register_persistent_options(myoptions)
-        self._query_cache = TimedCache(30)
+        self._query_cache = TimedCache(1800)
 
     def reset_caches(self):
         """method called during test to reset potential source caches"""
-        self._query_cache = TimedCache(30)
+        self._query_cache = TimedCache(1800)
 
     def last_update_time(self):
         pkey = u'sources.%s.latest-update-time' % self.uri