Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
5 check-ins tagged with "load-control-rework"
|
2022-04-14
| ||
| 17:41 | 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. Closed-Leaf check-in: 5c49ab3c7a user: stephan tags: load-control-rework | |
| 17:15 | Doc typo fix and more docs for load_control(). check-in: e5724fb759 user: stephan tags: load-control-rework | |
| 17:12 | Exempt admin and setup users from the load_control() restriction. check-in: 57cdf4f2b9 user: stephan tags: load-control-rework | |
| 17:03 | Added a fossil_nice() call to /vpatch. check-in: 1cc86c16a2 user: stephan tags: load-control-rework | |
| 16:58 | Per /chat discussion, replace load_control() calls in selective pages with nice() and move load_control() into process_one_web_page(). There is still work to do here, e.g. allowing certain pages through (namely /chat, to facilitate coordination of site defense) and perhaps checking credentials if the load is too high and always allowing admin users... check-in: 9b0ebcaf23 user: stephan tags: load-control-rework | |