Skip to content

Commit 3a486f5

Browse files
committed
Update comment to be more clear
1 parent 5ef7ae1 commit 3a486f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/ui-server-config.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ServerConfig } from './server-config.interface';
55
*/
66
export class UIServerConfig extends ServerConfig {
77

8-
// rateLimiter is used to reduce the amount consequential hits and add a delay
8+
// rateLimiter is used to limit the amount of requests a user is allowed make in an amount of time, in order to prevent overloading the server
99
rateLimiter?: {
1010
windowMs: number;
1111
max: number;

0 commit comments

Comments
 (0)