]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
indexer: Remove the concept of a "busy" connection
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 7 Sep 2021 14:00:07 +0000 (17:00 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 15 Sep 2021 10:14:44 +0000 (10:14 +0000)
commit3740bc167983a3c103a357faa058919bf68df9d5
tree2481dd8834f7c1bd1f7608af398c8825d160f950
parent2f8bdc93727099c11b443f842a9d412ab748618c
indexer: Remove the concept of a "busy" connection

All the connections are busy, since they are created for a new request and
they are disconnected when the request is done.
src/indexer/indexer.c
src/indexer/worker-connection.c
src/indexer/worker-connection.h
src/indexer/worker-pool.c
src/indexer/worker-pool.h