Fossil SCM
Make backoffice-nodelay consistently default on.
Commit
71260ba25e79f4aa7c6269e1b13e13e892bb3b5736d88a9fa38987d2607a3411
Parent
2566a37efa5c93b…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -3027,11 +3027,11 @@ | ||
| 3027 | 3027 | ** If autosync is enabled setting this to a value greater |
| 3028 | 3028 | ** than zero will cause autosync to try no more than this |
| 3029 | 3029 | ** number of attempts if there is a sync failure. |
| 3030 | 3030 | */ |
| 3031 | 3031 | /* |
| 3032 | -** SETTING: backoffice-nodelay boolean default=off | |
| 3032 | +** SETTING: backoffice-nodelay boolean default=on | |
| 3033 | 3033 | ** If backoffice-nodelay is true, then the backoffice processing |
| 3034 | 3034 | ** will never invoke sleep(). If it has nothing useful to do, |
| 3035 | 3035 | ** it simply exits. |
| 3036 | 3036 | */ |
| 3037 | 3037 | /* |
| 3038 | 3038 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3027,11 +3027,11 @@ | |
| 3027 | ** If autosync is enabled setting this to a value greater |
| 3028 | ** than zero will cause autosync to try no more than this |
| 3029 | ** number of attempts if there is a sync failure. |
| 3030 | */ |
| 3031 | /* |
| 3032 | ** SETTING: backoffice-nodelay boolean default=off |
| 3033 | ** If backoffice-nodelay is true, then the backoffice processing |
| 3034 | ** will never invoke sleep(). If it has nothing useful to do, |
| 3035 | ** it simply exits. |
| 3036 | */ |
| 3037 | /* |
| 3038 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3027,11 +3027,11 @@ | |
| 3027 | ** If autosync is enabled setting this to a value greater |
| 3028 | ** than zero will cause autosync to try no more than this |
| 3029 | ** number of attempts if there is a sync failure. |
| 3030 | */ |
| 3031 | /* |
| 3032 | ** SETTING: backoffice-nodelay boolean default=on |
| 3033 | ** If backoffice-nodelay is true, then the backoffice processing |
| 3034 | ** will never invoke sleep(). If it has nothing useful to do, |
| 3035 | ** it simply exits. |
| 3036 | */ |
| 3037 | /* |
| 3038 |