Differences From Artifact [302fe9e2f9]:
- File src/branch.c — part of check-in [9445f8a8a2] at 2022-04-15 12:33:46 on branch trunk — Simplify the autosync_loop() interface by omitting the second parameter, which was always the value of the "autosync-tries" setting. Have the autosync_loop() function look up the autosync-tries setting for itself. (user: drh size: 33659)
To Artifact [4b1eb55656]:
- File src/branch.c — part of check-in [346e45702c] at 2022-04-15 13:51:12 on branch trunk — Enhanced interpretation of the "autosync" setting. It is now possible to set the setting to "on,open=off" to cause autosync to be on by default but off for the "open" command, as an example. Use the "help autosync" command for further detail. (user: drh size: 33669) [more...]
| ︙ | |||
219 220 221 222 223 224 225 | 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 | - + | } /* Commit */ db_end_transaction(0); /* Do an autosync push, if requested */ |
| ︙ |