Skip to content

Commit

Permalink
Update defaults.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Nov 28, 2024
1 parent f0e9881 commit 51b32f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_migrations/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
MAX_SECONDS = 50 * 60
MAX_WORKERS = 1
else:
MAX_MIGRATE = 100
MAX_MIGRATE = 200
MAX_SECONDS = min(50, max(60 - datetime.datetime.now().minute - 6, 0)) * 60
MAX_WORKERS = 2

0 comments on commit 51b32f7

Please sign in to comment.