Reduce default number of websocket messages to test for

2,500 per client with 4 clients: 10,000 total
master
Jessie Murray 3 years ago
parent 665fc19126
commit b5b76c9c8f
No known key found for this signature in database
GPG Key ID: E7E4D57EDDA744C5

@ -421,7 +421,7 @@ main(int argc, char *argv[]) {
struct timespec t0, t1;
int messages_default = 100000;
int messages_default = 2500;
int thread_count_default = 4;
short port_default = 7379;
char *host_default = "127.0.0.1";

Loading…
Cancel
Save