mirror of
https://github.com/plankanban/planka.git
synced 2026-07-15 21:48:11 +03:00
fix(proxy): Limit Squid file descriptors to prevent excessive memory allocation
Closes #1590
This commit is contained in:
@@ -42,6 +42,7 @@ start_outgoing_proxy_if_needed() {
|
||||
# Basic settings
|
||||
echo "pid_filename $SQUID_PID" >> "$SQUID_CONF"
|
||||
echo "http_port 127.0.0.1:3128" >> "$SQUID_CONF"
|
||||
echo "max_filedescriptors 4096" >> "$SQUID_CONF"
|
||||
echo "acl all src all" >> "$SQUID_CONF"
|
||||
|
||||
# Disable caching
|
||||
|
||||
Reference in New Issue
Block a user