We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Area Making concurrent requests with /faucet and setting 'lastTx' in Keyv (index.js)
/faucet
Expected behaviour Every request after the first is told to wait for 15s to make a new request.
Actual behaviour A few requests right after the first aren't stopped by the lastTx time check. This is because Keyv hasn't set lastTx yet.
lastTx
Need to either use Redis or just do this in memory. Will explore options.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Area
Making concurrent requests with
/faucet
and setting 'lastTx' in Keyv (index.js)Expected behaviour
Every request after the first is told to wait for 15s to make a new request.
Actual behaviour
A few requests right after the first aren't stopped by the
lastTx
time check. This is because Keyv hasn't setlastTx
yet.Need to either use Redis or just do this in memory. Will explore options.
The text was updated successfully, but these errors were encountered: