Differences From Artifact [cab21d427f]:
- File squid-tagger.conf — part of check-in [ed7808827d] at 2009-10-14 14:16:17 on branch master — Finally reactor support. Plain and threaded are tested and working good. Kqueue not ready for use. (user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, size: 649) [annotate] [blame] [check-ins using]
To Artifact [425eb1b9a3]:
- File squid-tagger.conf — part of check-in [a93ad7cabc] at 2010-08-12 21:24:13 on branch master — forget to remove broken label from kqueue (user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4, size: 640) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
20 21 22 23 24 25 26 | # There would be no logs generated if 'silent' is set to 'yes'. silent = no # This section control reactor wich would service main loop. [reactor] | | | 20 21 22 23 24 25 26 27 28 | # There would be no logs generated if 'silent' is set to 'yes'. silent = no # This section control reactor wich would service main loop. [reactor] # Possible reactor types: plain, thread and kqueue reactor = thread |