Ping every 16 seconds in scale_test

This commit is contained in:
Alex Hultman
2019-02-19 16:45:14 +01:00
parent b2a8ccfa7a
commit 7ff9f9b04c
+2 -2
View File
@@ -19,8 +19,8 @@ char *host;
int port;
int connections;
/* Send ping every 20 seconds */
int WEBSOCKET_PING_INTERVAL = 60;
/* Send ping every 16 seconds */
int WEBSOCKET_PING_INTERVAL = 16;
/* We only establish 20k connections per address */
int CONNECTIONS_PER_ADDRESS = 20000;