mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
proxy: Suggest modern defaults for cache memory and disk
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -203,8 +203,8 @@ $proxysettings{'CACHEMGR'} = 'off';
|
||||
$proxysettings{'LOGQUERY'} = 'off';
|
||||
$proxysettings{'LOGUSERAGENT'} = 'off';
|
||||
$proxysettings{'FILEDESCRIPTORS'} = '16384';
|
||||
$proxysettings{'CACHE_MEM'} = '2';
|
||||
$proxysettings{'CACHE_SIZE'} = '50';
|
||||
$proxysettings{'CACHE_MEM'} = '128';
|
||||
$proxysettings{'CACHE_SIZE'} = '0';
|
||||
$proxysettings{'MAX_SIZE'} = '4096';
|
||||
$proxysettings{'MIN_SIZE'} = '0';
|
||||
$proxysettings{'MEM_POLICY'} = 'LRU';
|
||||
|
||||
Reference in New Issue
Block a user