--- a/server/sources/pyrorql.py Wed Jun 02 16:25:12 2010 +0000
+++ b/server/sources/pyrorql.py Wed Jun 02 17:23:42 2010 +0000
@@ -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