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 b4b04fe commit 4d25025Copy full SHA for 4d25025
test/main.c
@@ -16,7 +16,7 @@
16
#include <pthread.h>
17
#endif
18
19
-#define PEERS 5
+#define PEERS 1
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