Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Ziaei committed Mar 31, 2024
1 parent 116d7ac commit 877bb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/src/modules/http/http-rate-limiter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { PersistedVolumeFilePath } from './../fs/persisted-volume-file-path'
export type RateLimiterConfiguration = {
/** time window in ms */
timeWindow: number
/** how many requests are allow within `timeWindow` */
/** how many requests are allow within the `timeWindow` */
reqPerTimeWindow: number
}
type ExpirationTimestamp = number
Expand Down

0 comments on commit 877bb0c

Please sign in to comment.