loadtest: default threads now 10
authorArt Cancro <ajc@citadel.org>
Sat, 27 Jan 2024 17:27:57 +0000 (12:27 -0500)
committerArt Cancro <ajc@citadel.org>
Sat, 27 Jan 2024 17:27:57 +0000 (12:27 -0500)
citadel/utils/loadtest.c

index 0c3924c2212fa5a203a12b2a09f633db52072643..6ed6e979f453cfcbcce035da77adb18851e00ce3 100644 (file)
@@ -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"