From b4b906236ea0f0e01af745511c73a75c659523b8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 4 Mar 2020 14:02:18 -0500 Subject: [PATCH] Bump the default token count to 512000 --- src/_zkapauthorizer/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_zkapauthorizer/controller.py b/src/_zkapauthorizer/controller.py index fc3196c..510e34a 100644 --- a/src/_zkapauthorizer/controller.py +++ b/src/_zkapauthorizer/controller.py @@ -91,7 +91,7 @@ from .model import ( ) # The number of tokens to submit with a voucher redemption. -NUM_TOKENS = 100 +NUM_TOKENS = 512000 RETRY_INTERVAL = timedelta(minutes=3) -- GitLab