]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix mgr:info report 'Largest file desc currently in use' with SMP
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Jul 2013 12:38:40 +0000 (06:38 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Jul 2013 12:38:40 +0000 (06:38 -0600)
commit98505b04b9fc66bc4f724bf9524a3d8e21fc7294
treea74c0e85102269c10eaa888648944098038076b0
parent830d69775f4c6af0c9cf5afc8ff08b565f70b67b
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