Implement automatic database cleanup
[cascardo/ipsilon.git] / quickrun.py
index c3d7c73..4bd5802 100755 (executable)
@@ -68,6 +68,7 @@ def config(workdir):
                          'sessopt': 'path',
                          'sessval': os.path.join(workdir, 'sessions'),
                          'secure': 'False',
+                         'cleanup_interval': 1,
                         })
     conf = os.path.join(workdir, 'ipsilon.conf')
     with open(conf, 'w+') as f: