mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
squid: Increase default number of file descriptors.
This commit is contained in:
@@ -213,7 +213,7 @@ $proxysettings{'LOGGING'} = 'off';
|
||||
$proxysettings{'CACHEMGR'} = 'off';
|
||||
$proxysettings{'LOGQUERY'} = 'off';
|
||||
$proxysettings{'LOGUSERAGENT'} = 'off';
|
||||
$proxysettings{'FILEDESCRIPTORS'} = '4096';
|
||||
$proxysettings{'FILEDESCRIPTORS'} = '16384';
|
||||
$proxysettings{'CACHE_MEM'} = '2';
|
||||
$proxysettings{'CACHE_SIZE'} = '50';
|
||||
$proxysettings{'MAX_SIZE'} = '4096';
|
||||
|
||||
Reference in New Issue
Block a user