Skip to content
Snippets Groups Projects
Unverified Commit 7e6b8a68 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone Committed by GitHub
Browse files

Lower NUM_TOKENS

Runtime performance at 512000 is somewhat intolerable.  Further work is needed to support that scale.
parent 804b858c
No related branches found
No related tags found
1 merge request!104Lower NUM_TOKENS
......@@ -59,7 +59,7 @@ from .controller import (
)
# The number of tokens to submit with a voucher redemption.
NUM_TOKENS = 512000
NUM_TOKENS = 2 ** 15
class IZKAPRoot(IResource):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment