increase cache to 60
This commit is contained in:
parent
c54dd8b853
commit
86b6f47c9f
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ def run():
|
|||
pid.write('%s' % os.getpid())
|
||||
|
||||
state.main = IOLoop.instance()
|
||||
state.cache = Cache(ttl=10)
|
||||
state.cache = Cache(ttl=60)
|
||||
state.tasks = tasks.Tasks()
|
||||
|
||||
def start_node():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue