rate-limit #3

Merged
patdyn merged 23 commits from rate-limit into main 3 months ago
jem commented 3 months ago
Owner

Limiting the rates

Introducing rate limiting seemed like a very sensible step in order to mitigate against some forms of DoS attacks. As of now, we set the rates to a fixed amount with no configuration ability. This might change later on, depending on the use cases.

Limiting the rates Introducing rate limiting seemed like a very sensible step in order to mitigate against some forms of DoS attacks. As of now, we set the rates to a fixed amount with no configuration ability. This might change later on, depending on the use cases.
jem added 22 commits 3 months ago
patdyn added 1 commit 3 months ago
patdyn merged commit a79a37d4d4 into main 3 months ago
The pull request has been merged as a79a37d4d4.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b rate-limit main
git pull origin rate-limit

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff rate-limit
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: meissa/c4k-forgejo#3
Loading…
There is no content yet.