We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216ce2c commit ac17058Copy full SHA for ac17058
test/main.c
@@ -16,7 +16,7 @@
16
#include <pthread.h>
17
#endif
18
19
-#define PEERS 50
+#define PEERS 10
20
#define DB_PATH "health-track.sqlite"
21
#define EXT_PATH "./dist/cloudsync"
22
#define RCHECK if (rc != SQLITE_OK) goto abort_test;
0 commit comments