]> code.citadel.org Git - citadel.git/blobdiff - citadel/utils/loadtest.c
Found a place where CM_SetAsField() was owning db memory.
[citadel.git] / citadel / utils / loadtest.c
index dff616940e7d9281860273f29a9d40979eba740f..c9cfba56d8bad074e2ea5c7af26f1332096d1d46 100644 (file)
@@ -229,7 +229,7 @@ void perform_random_thing(void) {
                serv_gets(buf);
                if (buf[0] == '4') {
 
-                       bigness = random() % 10;
+                       bigness = random() % 500;
                        strcpy(buf, "");
                        for (i=0; i<bigness; ++i) {
                                strcat(buf, words[random() % nwords]);