Ping every 16 seconds in scale_test
This commit is contained in:
@@ -19,8 +19,8 @@ char *host;
|
|||||||
int port;
|
int port;
|
||||||
int connections;
|
int connections;
|
||||||
|
|
||||||
/* Send ping every 20 seconds */
|
/* Send ping every 16 seconds */
|
||||||
int WEBSOCKET_PING_INTERVAL = 60;
|
int WEBSOCKET_PING_INTERVAL = 16;
|
||||||
|
|
||||||
/* We only establish 20k connections per address */
|
/* We only establish 20k connections per address */
|
||||||
int CONNECTIONS_PER_ADDRESS = 20000;
|
int CONNECTIONS_PER_ADDRESS = 20000;
|
||||||
|
|||||||
Reference in New Issue
Block a user