Skip to content

Commit e384ab4

Browse files
authored
Merge pull request #413 from Seluj78/speedup-history
2 parents 2b060d1 + 64d66be commit e384ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/PyMatcha/utils/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def setup_periodic_tasks(sender, **kwargs):
3232
sender.add_periodic_task(
3333
600, calc_search_min_max.s(), name="Update Minimum and Maximum scores and ages for search every 10 minutes"
3434
)
35-
sender.add_periodic_task(10, random_bot_action.s(), name="Bots will do random actions")
35+
sender.add_periodic_task(180, random_bot_action.s(), name="Bots will do random actions")
3636

3737

3838
@celery.task

0 commit comments

Comments
 (0)