Skip to content

Commit fccbad2

Browse files
committed
chore: increase default values for sync function
1 parent f1fa0ea commit fccbad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cloudsync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "sqlite3.h"
1717
#endif
1818

19-
#define CLOUDSYNC_VERSION "0.7.7"
19+
#define CLOUDSYNC_VERSION "0.7.8"
2020

2121
int sqlite3_cloudsync_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
2222

src/network.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#define CLOUDSYNC_NETWORK_MINBUF_SIZE 512
2424
#define CLOUDSYNC_SESSION_TOKEN_MAXSIZE 4096
2525

26-
#define DEFAULT_SYNC_WAIT_MS 100
27-
#define DEFAULT_SYNC_MAX_RETRIES 3
26+
#define DEFAULT_SYNC_WAIT_MS 100
27+
#define DEFAULT_SYNC_MAX_RETRIES 10
2828

2929
#define CLOUDSYNC_NETWORK_OK 1
3030
#define CLOUDSYNC_NETWORK_ERROR 2

0 commit comments

Comments
 (0)