Skip to content

Commit

Permalink
reduce default chunk size 100K -> 10K
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Dec 20, 2023
1 parent ea0b3b3 commit 535a5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/enlarge_db/enlarge_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from app.config import Config # noqa: E402
from app.models import NotificationHistory # noqa: E402

DEFAULT_CHUNK_SIZE = 100000
DEFAULT_CHUNK_SIZE = 10000


def create_notifications(n: int, ref: str) -> List[NotificationHistory]:
Expand Down

0 comments on commit 535a5c0

Please sign in to comment.