-
Notifications
You must be signed in to change notification settings - Fork 5
Rate Limiting #250
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
No rate limiting is present. We accept and process every HTTP request and respond. We connect to mongo for actions without limitation. This warrants some investigation into whether or not we should implement some kind of rate limiting for protection against brute force bots.