Overview
Comment: | forget to remove broken label from kqueue |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a93ad7cabce9797fa12e4c8e7b4829cc |
User & Date: | c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4 on 2010-08-12 21:24:13.000 |
Other Links: | branch diff | manifest | tags |
Context
2010-08-12
| ||
21:36 | integrated database loading check-in: 31e69c4237 user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4 tags: master, trunk | |
21:24 | forget to remove broken label from kqueue check-in: a93ad7cabc user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4 tags: master, trunk | |
21:23 | database dumping integrated check-in: ae30851739 user: c.kworr@d4daf22a-8aaf-11de-a64d-234b64dd91b4 tags: master, trunk | |
Changes
Modified squid-tagger.conf
from [cab21d427f]
to [425eb1b9a3].
︙ | ︙ | |||
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 |