diff --git a/cron.yaml b/cron.yaml index 5d8d1ac..325ad87 100644 --- a/cron.yaml +++ b/cron.yaml @@ -1,4 +1,4 @@ cron: - description: cleanup job url: /r3m0v3r - schedule: every 12 hours + schedule: every 2 hours diff --git a/utils/remover.py b/utils/remover.py index 2c90ed2..954e151 100644 --- a/utils/remover.py +++ b/utils/remover.py @@ -26,7 +26,7 @@ class Remover(webapp.RequestHandler): fics = DownloadMeta.all() fics.filter("date <",theDate).order("date") - results = fics.fetch(500) + results = fics.fetch(100) logging.debug([x.name for x in results]) num = 0