Fossil SCM
.... but now with the correct default
Commit
a0c8a0869def6c5d1dc30c58bf323eb33cc6e7b5
Parent
49818fd3efb23d8…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2148,11 +2148,11 @@ | ||
| 2148 | 2148 | { "allow-symlinks", 0, 0, 1, 0, "off" }, |
| 2149 | 2149 | { "auto-captcha", "autocaptcha", 0, 0, 0, "on" }, |
| 2150 | 2150 | { "auto-hyperlink", 0, 0, 0, 0, "on", }, |
| 2151 | 2151 | { "auto-shun", 0, 0, 0, 0, "on" }, |
| 2152 | 2152 | { "autosync", 0, 0, 0, 0, "on" }, |
| 2153 | - { "autosync-tries", 0, 16, 0, 0, "0" }, | |
| 2153 | + { "autosync-tries", 0, 16, 0, 0, "1" }, | |
| 2154 | 2154 | { "binary-glob", 0, 40, 1, 0, "" }, |
| 2155 | 2155 | { "clearsign", 0, 0, 0, 0, "off" }, |
| 2156 | 2156 | #if defined(_WIN32) || defined(__CYGWIN__) || defined(__DARWIN__) || \ |
| 2157 | 2157 | defined(__APPLE__) |
| 2158 | 2158 | { "case-sensitive", 0, 0, 0, 0, "off" }, |
| 2159 | 2159 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2148,11 +2148,11 @@ | |
| 2148 | { "allow-symlinks", 0, 0, 1, 0, "off" }, |
| 2149 | { "auto-captcha", "autocaptcha", 0, 0, 0, "on" }, |
| 2150 | { "auto-hyperlink", 0, 0, 0, 0, "on", }, |
| 2151 | { "auto-shun", 0, 0, 0, 0, "on" }, |
| 2152 | { "autosync", 0, 0, 0, 0, "on" }, |
| 2153 | { "autosync-tries", 0, 16, 0, 0, "0" }, |
| 2154 | { "binary-glob", 0, 40, 1, 0, "" }, |
| 2155 | { "clearsign", 0, 0, 0, 0, "off" }, |
| 2156 | #if defined(_WIN32) || defined(__CYGWIN__) || defined(__DARWIN__) || \ |
| 2157 | defined(__APPLE__) |
| 2158 | { "case-sensitive", 0, 0, 0, 0, "off" }, |
| 2159 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2148,11 +2148,11 @@ | |
| 2148 | { "allow-symlinks", 0, 0, 1, 0, "off" }, |
| 2149 | { "auto-captcha", "autocaptcha", 0, 0, 0, "on" }, |
| 2150 | { "auto-hyperlink", 0, 0, 0, 0, "on", }, |
| 2151 | { "auto-shun", 0, 0, 0, 0, "on" }, |
| 2152 | { "autosync", 0, 0, 0, 0, "on" }, |
| 2153 | { "autosync-tries", 0, 16, 0, 0, "1" }, |
| 2154 | { "binary-glob", 0, 40, 1, 0, "" }, |
| 2155 | { "clearsign", 0, 0, 0, 0, "off" }, |
| 2156 | #if defined(_WIN32) || defined(__CYGWIN__) || defined(__DARWIN__) || \ |
| 2157 | defined(__APPLE__) |
| 2158 | { "case-sensitive", 0, 0, 0, 0, "off" }, |
| 2159 |