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 59681d1 commit 2c95976Copy full SHA for 2c95976
test/main.c
@@ -12,7 +12,7 @@
12
#include "sqlite3.h"
13
#include <pthread.h>
14
15
-#define PEERS 5
+#define PEERS 2
16
#define DB_PATH "health-track.sqlite"
17
#define EXT_PATH "./dist/cloudsync"
18
#define RCHECK if (rc != SQLITE_OK) goto abort_test;
0 commit comments