This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit c8638b5e37914996a362b81e80f13234e19ffe75
Author: Dave Brondsema <dbronds...@slashdotmedia.com>
AuthorDate: Wed Aug 14 09:57:57 2024 -0400

    enable autoSoftCommit in config, since commitWithin from code doesn't seem 
to be working
---
 solr_config/allura/conf/solrconfig.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr_config/allura/conf/solrconfig.xml 
b/solr_config/allura/conf/solrconfig.xml
index 6e3d4e9c6..06e7fc1e5 100644
--- a/solr_config/allura/conf/solrconfig.xml
+++ b/solr_config/allura/conf/solrconfig.xml
@@ -192,7 +192,7 @@
          faster and more near-realtime friendly than a hard commit.
       -->
      <autoSoftCommit> 
-       <maxTime>${solr.autoSoftCommit.maxTime:-1}</maxTime> 
+       <maxTime>${solr.autoSoftCommit.maxTime:2000}</maxTime>
      </autoSoftCommit>
 
   </updateHandler>

Reply via email to