Increase FTS timeouts for slow(er) machines
Hello list,
I have a question which doesn’t seem to be answered by the documentation. I’m running Dovecot on a Raspberry PI-like computer. I’ve enabled full-text search (FTS) and installed Solr and Tika.
Now, Dovecot will timeout Tika after 60 seconds and some emails will not get indexed as there’s simply not enough processing power on the device to work so fast.
I don’t mind the slowness, so the question here is — how do I increase this timeout?
Looking at the commits it seems that this option is hardcoded in the code and cannot be increased via configuration change?
Thanks, B
On 26/06/2021 08:49 Bojan Čekrlić bojan@cekrlic.com wrote:
Hello list,
I have a question which doesn’t seem to be answered by the documentation. I’m running Dovecot on a Raspberry PI-like computer. I’ve enabled full-text search (FTS) and installed Solr and Tika.
Now, Dovecot will timeout Tika after 60 seconds and some emails will not get indexed as there’s simply not enough processing power on the device to work so fast.
I don’t mind the slowness, so the question here is — how do I increase this timeout?
Looking at the commits it seems that this option is hardcoded in the code and cannot be increased via configuration change?
Thanks, B
At the moment it's hardcoded. Is it possible for you to compile dovecot with higher timeout?
Aki
It’s in docker so I’ll check.
Thanks.
B
On 28 Jun 2021, at 07:52, Aki Tuomi aki.tuomi@open-xchange.com wrote:
On 26/06/2021 08:49 Bojan Čekrlić bojan@cekrlic.com wrote:
Hello list,
I have a question which doesn’t seem to be answered by the documentation. I’m running Dovecot on a Raspberry PI-like computer. I’ve enabled full-text search (FTS) and installed Solr and Tika.
Now, Dovecot will timeout Tika after 60 seconds and some emails will not get indexed as there’s simply not enough processing power on the device to work so fast.
I don’t mind the slowness, so the question here is — how do I increase this timeout?
Looking at the commits it seems that this option is hardcoded in the code and cannot be increased via configuration change?
Thanks, B
At the moment it's hardcoded. Is it possible for you to compile dovecot with higher timeout?
Aki
participants (2)
-
Aki Tuomi
-
Bojan Čekrlić