Skip to content

Commit

Permalink
changed expire from 30 to 40 days
Browse files Browse the repository at this point in the history
  • Loading branch information
plamere committed Feb 24, 2019
1 parent db2f328 commit 5a53c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, redis, pm):
self.max_time = 1000000
self.max_cerrors = 3
self.max_retained_results = 5
self.max_age_results = 30 * 24 * 60 * 60
self.max_age_results = 40 * 24 * 60 * 60

def schedule(self, auth_code, user, pid, when, delta, total):
# as a pipleline
Expand Down

0 comments on commit 5a53c8e

Please sign in to comment.