search for: no_soft_commit

Displaying 3 results from an estimated 3 matches for "no_soft_commit".

2019 Apr 14
0
[PATCH] Re: Solr connection timeout hardwired to 60s
...h results, periodic indexing could be set up by cron. I've attached a patch, any comments are welcome (especially about getting settings from the backend context). Example config plugin { ? fts = solr ? fts_solr = url=https://user:password at solr.example.com:443/solr/dovecot/ batch_size=500 no_soft_commit } John -------------- next part -------------- --- src/plugins/fts-solr/fts-solr-plugin.h.orig 2019-04-14 15:12:07.694289402 +0200 +++ src/plugins/fts-solr/fts-solr-plugin.h 2019-04-14 14:04:17.213939414 +0200 @@ -12,8 +12,10 @@ struct fts_solr_settings { const char *url, *default_ns_prefix;...
2019 Apr 13
3
Solr connection timeout hardwired to 60s
On 4/13/2019 4:29 AM, John Fawcett via dovecot wrote: > If this value was made configurable people could set it to what they > want. However the underlying problem is likely on solr configuration. The Jetty that is included in Solr has its idle timeout set to 50 seconds. But in practice, I have not seen this timeout trigger ... and if the OP is seeing a 60 second timeout, then the 50
2019 Apr 14
1
[PATCH] Re: Solr connection timeout hardwired to 60s
...lr = </div> <div> url= <a href="https://user:password@solr.example.com:443/solr/dovecot/" rel="noopener" target="_blank">https://user:password@solr.example.com:443/solr/dovecot/</a> </div> <div> batch_size=500 no_soft_commit </div> <div> } </div> <div> <br> </div> <div> John </div> </blockquote> <div> <br> </div> <div> Can you please open a pull request to https://github.com/dovecot/core ? <...