Differences From Artifact [6c1dfe7a9d]:
- File src/sync.c — part of check-in [fff234b77c] at 2007-09-25 20:23:52 on branch trunk — Updates to the autosync logic. Add the "setting" command. (user: drh size: 4128)
To Artifact [6476b9b83d]:
- File src/sync.c — part of check-in [097479f99a] at 2007-09-26 02:00:26 on branch trunk — Better defaults for new databases and clones. Use *CURRENT* to identify the current checkout for TTY timelines. (user: drh size: 4131)
| ︙ | |||
35 36 37 38 39 40 41 | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | - + |
*/
int autosync(int pullFlag){
const char *zUrl;
if( db_get_int("autosync", 0)==0 ){
return 0;
}
zUrl = db_get("last-sync-url", 0);
|
| ︙ |