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 dbd2c43 commit 0113cf5Copy full SHA for 0113cf5
test/main.c
@@ -16,7 +16,7 @@
16
#include <pthread.h>
17
#endif
18
19
-#define PEERS 1
+#define PEERS 2
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