egirlskey/packages/backend/src
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
..
@types (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
boot ignore cpuCount when it's 0 - fixes #586 2024-07-21 13:29:54 +01:00
core merge: fix lints (!594) 2024-08-18 13:11:27 +00:00
daemons fix error spam from ServerStatsService when running on Windows 2024-08-17 10:00:27 -04:00
misc optimize cache GC by stopping early 2024-08-04 09:58:01 -04:00
models add copyright text to all our files 2024-06-15 11:36:55 +01:00
queue Fix timeout comments 2024-08-06 12:13:17 -04:00
server make the cap of activeRateLimitRequests match the rate limit 2024-08-18 17:57:51 +01:00
config.ts merge: fix env variable type (!592) 2024-08-06 19:41:26 +00:00
const.ts merge: upstream 2024-02-19 10:47:42 +01:00
decorators.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
di-symbols.ts merge: upstream 2024-02-19 10:47:42 +01:00
env.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
global.d.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
GlobalModule.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
logger.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
MainModule.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NestLogger.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
postgres.ts pass redis config as-is to postgres cache 2024-07-21 11:02:46 +01:00
types.ts merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00