File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ export class Config {
119119 public static tls_passphrase : string = Config . getEnv ( "tls_passphrase" , "" ) ;
120120
121121 public static api_credential_cache_seconds : number = parseInt ( Config . getEnv ( "api_credential_cache_seconds" , "60000" ) ) ;
122- public static api_rate_limit_points : number = parseInt ( Config . getEnv ( "api_rate_limit_points" , "40 " ) ) ;
123- public static api_rate_limit_duration : number = parseInt ( Config . getEnv ( "api_rate_limit_duration" , "5 " ) ) ;
124- public static socket_rate_limit_points : number = parseInt ( Config . getEnv ( "socket_rate_limit_points" , "10 " ) ) ;
122+ public static api_rate_limit_points : number = parseInt ( Config . getEnv ( "api_rate_limit_points" , "60 " ) ) ;
123+ public static api_rate_limit_duration : number = parseInt ( Config . getEnv ( "api_rate_limit_duration" , "1 " ) ) ;
124+ public static socket_rate_limit_points : number = parseInt ( Config . getEnv ( "socket_rate_limit_points" , "30 " ) ) ;
125125 public static socket_rate_limit_duration : number = parseInt ( Config . getEnv ( "socket_rate_limit_duration" , "1" ) ) ;
126126
127127 public static client_heartbeat_timeout : number = parseInt ( Config . getEnv ( "client_heartbeat_timeout" , "60" ) ) ;
You can’t perform that action at this time.
0 commit comments