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 f1fa0ea commit fccbad2Copy full SHA for fccbad2
src/cloudsync.h
@@ -16,7 +16,7 @@
16
#include "sqlite3.h"
17
#endif
18
19
-#define CLOUDSYNC_VERSION "0.7.7"
+#define CLOUDSYNC_VERSION "0.7.8"
20
21
int sqlite3_cloudsync_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
22
src/network.c
@@ -23,8 +23,8 @@
23
#define CLOUDSYNC_NETWORK_MINBUF_SIZE 512
24
#define CLOUDSYNC_SESSION_TOKEN_MAXSIZE 4096
25
26
-#define DEFAULT_SYNC_WAIT_MS 100
27
-#define DEFAULT_SYNC_MAX_RETRIES 3
+#define DEFAULT_SYNC_WAIT_MS 100
+#define DEFAULT_SYNC_MAX_RETRIES 10
28
29
#define CLOUDSYNC_NETWORK_OK 1
30
#define CLOUDSYNC_NETWORK_ERROR 2
0 commit comments