diff --git a/osf/management/commands/migrate_notifications.py b/osf/management/commands/migrate_notifications.py index ff38ca0d927..10fd397c09d 100644 --- a/osf/management/commands/migrate_notifications.py +++ b/osf/management/commands/migrate_notifications.py @@ -14,8 +14,8 @@ logger = logging.getLogger(__name__) -TIMEOUT_SECONDS = 3600 # 60 minutes timeout -BATCH_SIZE = 1000 # Default batch size +TIMEOUT_SECONDS = 36000 # 10 hours timeout +BATCH_SIZE = 10000 # Default batch size FREQ_MAP = { 'none': 'none',