mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Boosting timeout on analtics cleaning.
This commit is contained in:
parent
f1782ca17e
commit
0b270fe695
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class FreshenHomepage(Task):
|
|||
|
||||
class CleanAnalytics(Task):
|
||||
name = 'clean-analytics'
|
||||
timeout = 720*10
|
||||
|
||||
def run(self, **kwargs):
|
||||
logging.debug(" ---> Cleaning analytics... %s feed fetches" % (
|
||||
|
|
Loading…
Add table
Reference in a new issue