Fossil SCM
Change the forbid-delta-manifests setting default from off to on, per off-list request from drh.
Commit
febb56c12ecfb4896762e7c368cd2df6994db87ac456c2c6d09944703753d872
Parent
14716af24180686…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -4894,11 +4894,11 @@ | ||
| 4894 | 4894 | ** complex; see https://fossil-scm.org/home/doc/trunk/www/globs.md#syntax |
| 4895 | 4895 | ** Note that /fileedit cannot edit binary files, so the list should not |
| 4896 | 4896 | ** contain any globs for, e.g., images or PDFs. |
| 4897 | 4897 | */ |
| 4898 | 4898 | /* |
| 4899 | -** SETTING: forbid-delta-manifests boolean default=off | |
| 4899 | +** SETTING: forbid-delta-manifests boolean default=on | |
| 4900 | 4900 | ** If enabled on a client, new delta manifests are prohibited on |
| 4901 | 4901 | ** commits. If enabled on a server, whenever a client attempts |
| 4902 | 4902 | ** to obtain a check-in lock during auto-sync, the server will |
| 4903 | 4903 | ** send the "pragma avoid-delta-manifests" statement in its reply, |
| 4904 | 4904 | ** which will cause the client to avoid generating a delta |
| 4905 | 4905 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4894,11 +4894,11 @@ | |
| 4894 | ** complex; see https://fossil-scm.org/home/doc/trunk/www/globs.md#syntax |
| 4895 | ** Note that /fileedit cannot edit binary files, so the list should not |
| 4896 | ** contain any globs for, e.g., images or PDFs. |
| 4897 | */ |
| 4898 | /* |
| 4899 | ** SETTING: forbid-delta-manifests boolean default=off |
| 4900 | ** If enabled on a client, new delta manifests are prohibited on |
| 4901 | ** commits. If enabled on a server, whenever a client attempts |
| 4902 | ** to obtain a check-in lock during auto-sync, the server will |
| 4903 | ** send the "pragma avoid-delta-manifests" statement in its reply, |
| 4904 | ** which will cause the client to avoid generating a delta |
| 4905 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4894,11 +4894,11 @@ | |
| 4894 | ** complex; see https://fossil-scm.org/home/doc/trunk/www/globs.md#syntax |
| 4895 | ** Note that /fileedit cannot edit binary files, so the list should not |
| 4896 | ** contain any globs for, e.g., images or PDFs. |
| 4897 | */ |
| 4898 | /* |
| 4899 | ** SETTING: forbid-delta-manifests boolean default=on |
| 4900 | ** If enabled on a client, new delta manifests are prohibited on |
| 4901 | ** commits. If enabled on a server, whenever a client attempts |
| 4902 | ** to obtain a check-in lock during auto-sync, the server will |
| 4903 | ** send the "pragma avoid-delta-manifests" statement in its reply, |
| 4904 | ** which will cause the client to avoid generating a delta |
| 4905 |