Differences From Artifact [668a4ff0fb]:
- File src/loadctrl.c — part of check-in [5c49ab3c7a] at 2022-04-14 17:41:05 on branch load-control-rework — Added new loadavg-exempt WEBPAGE: flag for mkindex.c which exempts a given page from the load_control() check. Currently applied to /chat and its dependents: /builtin and /style.css. (user: stephan size: 2016) [more...]
To Artifact [722ad6b001]:
- File src/loadctrl.c — part of check-in [f5482a0a79] at 2023-05-10 18:40:08 on branch trunk — Removed all of the XML-style " />" tag closing markers on empty tags such as "hr", "br", and "input" to placate modern HTML5 validators. That's the doctype we declare, not XHTML, so we should conform. (Besides which, the XHTML dream is dead.) (user: wyoung size: 2014) [more...]
| ︙ | |||
63 64 65 66 67 68 69 | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | - + |
}
#endif
style_set_current_feature("test");
style_header("Server Overload");
@ <h2>The server load is currently too high.
@ Please try again later.</h2>
|