5
0
mirror of git://git.proxmox.com/git/pve-http-server.git synced 2025-08-05 00:21:57 +03:00
Go to file
Friedrich Weber d72947f112 api server: proxy config: read MAX_WORKERS integer key
Read the MAX_WORKERS value in /etc/default/<proxyname>. If it is not
an integer between 0 and 128, ignore and warn.

The lower limit was chosen because at least one worker process must
exist. The upper limit was chosen because more than 127 worker
processes should not be necessary and a positive impact on performance
is doubtful. If this limit turns out to be too low, it can still be
extended in the future.

Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
Link: https://lore.proxmox.com/20250729155227.157120-2-f.weber@proxmox.com
2025-07-29 18:45:44 +02:00
2025-07-25 12:37:27 +02:00
Description
No description provided
1.1 MiB
Languages
Perl 98.4%
Makefile 1.6%