From 51c0c7fe81708028e1191bd6149c30707cd4c541 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 27 Jan 2024 12:27:57 -0500 Subject: [PATCH] loadtest: default threads now 10 --- citadel/utils/loadtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/utils/loadtest.c b/citadel/utils/loadtest.c index 0c3924c22..6ed6e979f 100644 --- a/citadel/utils/loadtest.c +++ b/citadel/utils/loadtest.c @@ -350,7 +350,7 @@ void setup_accounts(int serv_sock) { // Main loop. Do things and have fun. int main(int argc, char **argv) { int i; - int nthreads = 3; + int nthreads = 10; int row, col; fprintf(stderr, "\033[2J\033[H\033[44m\033[1m" -- 2.30.2