]> git.ipfire.org Git - thirdparty/squid.git/commit - src/mgr/InfoAction.cc
Fix mgr:info report 'Largest file desc currently in use' with SMP
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 25 Jul 2013 03:42:06 +0000 (21:42 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 25 Jul 2013 03:42:06 +0000 (21:42 -0600)
commit4b04bce6bc0c30c20271ca29747bea6c538644ad
treefbe592b49b8c53df842350794ad0ac1e7a18cccb
parentde5b2e24229998c6008a4a7a79317c770a495ff8
Fix mgr:info report 'Largest file desc currently in use' with SMP

The biggest FD in use should not be the sum of biggest FD in each worker,
but the maximum across all workers.
src/mgr/InfoAction.cc