File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ export class Config {
4141 Config . tls_passphrase = Config . getEnv ( "tls_passphrase" , "" ) ;
4242
4343 Config . api_credential_cache_seconds = parseInt ( Config . getEnv ( "api_credential_cache_seconds" , "60000" ) ) ;
44- Config . api_rate_limit_points = parseInt ( Config . getEnv ( "api_rate_limit_points" , "40 " ) ) ;
45- Config . api_rate_limit_duration = parseInt ( Config . getEnv ( "api_rate_limit_duration" , "5 " ) ) ;
46- Config . socket_rate_limit_points = parseInt ( Config . getEnv ( "socket_rate_limit_points" , "10 " ) ) ;
44+ Config . api_rate_limit_points = parseInt ( Config . getEnv ( "api_rate_limit_points" , "60 " ) ) ;
45+ Config . api_rate_limit_duration = parseInt ( Config . getEnv ( "api_rate_limit_duration" , "1 " ) ) ;
46+ Config . socket_rate_limit_points = parseInt ( Config . getEnv ( "socket_rate_limit_points" , "30 " ) ) ;
4747 Config . socket_rate_limit_duration = parseInt ( Config . getEnv ( "socket_rate_limit_duration" , "1" ) ) ;
4848
4949 Config . client_heartbeat_timeout = parseInt ( Config . getEnv ( "client_heartbeat_timeout" , "60" ) ) ;
You can’t perform that action at this time.
0 commit comments