egirlskey/packages/backend
dakkar 77144b058c make the cap of activeRateLimitRequests match the rate limit
It's trivial to have more than 128 requests in flight: open a busy
timeline, scroll a bit down, wait for many notes to arrive, scroll to
the top. The frontend will send "subscribe to note" messages for each
new note that it accumulated, all at once. We don't want to shut down
the connection in those common cases!
2024-08-18 17:57:51 +01:00
..
.vscode
assets
migration
scripts
src
test
test-server
.eslintignore
.eslintrc.cjs
.madgerc
.swcrc
jest.config.cjs
jest.config.e2e.cjs
jest.config.unit.cjs
jsconfig.json
ormconfig.js
package.json
README.md
tsconfig.json

Misskey Backend