Skip to content
Snippets Groups Projects
Unverified Commit b4b90623 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Bump the default token count to 512000

parent 0ad354dd
Branches
No related tags found
1 merge request!94Hard-code larger token count
...@@ -91,7 +91,7 @@ from .model import ( ...@@ -91,7 +91,7 @@ from .model import (
) )
# The number of tokens to submit with a voucher redemption. # The number of tokens to submit with a voucher redemption.
NUM_TOKENS = 100 NUM_TOKENS = 512000
RETRY_INTERVAL = timedelta(minutes=3) RETRY_INTERVAL = timedelta(minutes=3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment