Skip to content

Commit

Permalink
Adjust the waiting time for resource map indexing.
Browse files Browse the repository at this point in the history
  • Loading branch information
taojing2002 committed May 10, 2022
1 parent e94e0cc commit 30aeb56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/metacat.properties
Original file line number Diff line number Diff line change
Expand Up @@ -822,13 +822,13 @@ index.hazelcast.indexeventmap=hzIndexEventMap
index.tdb.directory=/var/metacat/tdb
index.accessLog.count.enabled=false
#The time (millisecond) that the resource map processor waits for the solr doc readiness of its components
index.resourcemap.waitingComponent.time=300
index.resourcemap.waitingComponent.time=600
#The number of the attempts that the resource map processor tries to wait for the solr doc readiness of its components
index.resourcemap.waitingComponent.max.attempts=5
index.resourcemap.waitingComponent.max.attempts=15
#The time (millisecond) that indexer will wait to grab a newer version of solr doc when a version conflict happened
index.solr.versionConflict.waiting.time=200
index.solr.versionConflict.waiting.time=500
#The number of the attempts that indexer tries to grab a newer version of solr doc when a version conflict happened
index.solr.versionConflict.max.attempts=2
index.solr.versionConflict.max.attempts=5
#You may specify the exact number of threads the indexer will use.
#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.
#If the one you specify exceeds the default number or is less than 1, the default one will be used as well.
Expand Down

0 comments on commit 30aeb56

Please sign in to comment.