You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2026. It is now read-only.
Area
Making concurrent requests with
/faucetand 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
lastTxtime check. This is because Keyv hasn't setlastTxyet.Need to either use Redis or just do this in memory. Will explore options.