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 118955e commit c46377fCopy full SHA for c46377f
test/main.c
@@ -16,7 +16,7 @@
16
#include <pthread.h>
17
#endif
18
19
-#define PEERS 50
+#define PEERS 5
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