Skip to content

Commit

Permalink
[4907]apps/votes: helptext and package size set to 1 mio, instead of …
Browse files Browse the repository at this point in the history
…10 mio
  • Loading branch information
Kha committed Feb 6, 2023
1 parent 71a3bfb commit 8c231b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meinberlin/apps/votes/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Number of tokens to insert into database per bulk_create
BATCH_SIZE = 1000000
# Max number of tokens in one download / package
PACKAGE_SIZE = 10000000
PACKAGE_SIZE = 1000000


def generate_voting_tokens(module_id, number_of_tokens, existing_tokens):
Expand Down

0 comments on commit 8c231b4

Please sign in to comment.