Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Make backoffice-nodelay consistently default on. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | forum-v2 |
| Files: | files | file ages | folders |
| SHA3-256: |
71260ba25e79f4aa7c6269e1b13e13e8 |
| User & Date: | drh 2018-07-31 23:38:39.648 |
Context
|
2018-08-06
| ||
| 20:40 | Merge enhancements from trunk. check-in: 725bf3ba3b user: drh tags: forum-v2 | |
|
2018-08-01
| ||
| 06:43 | Change the backoffice-nodelay setting back to default off. Work around a bug in althttpd by making sure CGI runs with no file descriptors open other than 0, 1, and 2. (Edit:) These changes proved insufficient to clear the problem. check-in: 1073593e90 user: drh tags: failed-fix | |
|
2018-07-31
| ||
| 23:38 | Make backoffice-nodelay consistently default on. check-in: 71260ba25e user: drh tags: forum-v2 | |
| 23:37 | Make the backoffice-nodelay a setting visible on the settings display, and make it on by default. This is a temporary fix to avoid webserver problems until such time as I can figure out what it is about backserver sleeping that is causing the webserver to latch up. check-in: 2566a37efa user: drh tags: forum-v2 | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
3025 3026 3027 3028 3029 3030 3031 | /* ** SETTING: autosync-tries width=16 default=1 ** If autosync is enabled setting this to a value greater ** than zero will cause autosync to try no more than this ** number of attempts if there is a sync failure. */ /* | | | 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 | /* ** SETTING: autosync-tries width=16 default=1 ** If autosync is enabled setting this to a value greater ** than zero will cause autosync to try no more than this ** number of attempts if there is a sync failure. */ /* ** SETTING: backoffice-nodelay boolean default=on ** If backoffice-nodelay is true, then the backoffice processing ** will never invoke sleep(). If it has nothing useful to do, ** it simply exits. */ /* ** SETTING: binary-glob width=40 versionable block-text ** The VALUE of this setting is a comma or newline-separated list of |
| ︙ | ︙ |