Skip to content

Commit 073b313

Browse files
authored
[server] fix typo in rate limiter (#16705)
1 parent 0c10581 commit 073b313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/auth/rate-limiter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function getConfig(config: RateLimiterConfig): RateLimiterConfig {
259259
points: 10,
260260
durationsSec: 10,
261261
},
262-
sendHeartbeat: {
262+
sendHeartBeat: {
263263
points: 10, // 10 heartbeats per user per 60s
264264
durationsSec: 60,
265265
},

0 commit comments

Comments
 (0)