code4romania / code4romania/onghub
Adjustments needed for Throttler Setup
Open
back-end
bug :bug:
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the throttler TTL is set to 60 (seconds), but due to libraries bump, it will be 60 milliseconds.
Either the backend adds *1000 or the env variable needs to be changed.
// as of now, the backend added *1000. it will result in an inconsistency for the env variables between ngohub and vic.
Contributor guide
Assessment
This issue has not been assessed yet.