Differences From Artifact [f4daee2e3e]:
- File src/util.c — part of check-in [9b0ebcaf23] at 2022-04-14 16:58:36 on branch load-control-rework — 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. (user: stephan size: 23985) [more...]
To Artifact [3e7d8d2521]:
- File src/util.c — part of check-in [2c8920296c] at 2022-04-21 15:45:00 on branch trunk — Changed fossil_nice_default() to use nice level 19 instead of 20, as 19 is the documented max. (user: stephan size: 23985) [more...]
| ︙ | |||
911 912 913 914 915 916 917 | 911 912 913 914 915 916 917 918 919 | - + |
#endif
}
/*
** Calls fossil_nice() with a default level.
*/
void fossil_nice_default(void){
|