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 80d384e commit 237b5a7Copy full SHA for 237b5a7
test/main.c
@@ -12,7 +12,7 @@
12
#include "sqlite3.h"
13
#include <pthread.h>
14
15
-#define PEERS 150
+#define PEERS 5
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