You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#The time (millisecond) that indexer will wait to grab a newer version of solr doc when a version conflict happened
829
-
index.solr.versionConflict.waiting.time=200
829
+
index.solr.versionConflict.waiting.time=500
830
830
#The number of the attempts that indexer tries to grab a newer version of solr doc when a version conflict happened
831
-
index.solr.versionConflict.max.attempts=2
831
+
index.solr.versionConflict.max.attempts=5
832
832
#You may specify the exact number of threads the indexer will use.
833
833
#If you keep it blank, Metacat will use the default one - the system processors number minus one. If calculation result is 0, 1 will be used as the default value.
834
834
#If the one you specify exceeds the default number or is less than 1, the default one will be used as well.
0 commit comments