Revision 8165
Added by Jing Tao about 11 years ago
lib/metacat.properties | ||
---|---|---|
596 | 596 |
index.regenerate.start.maxattempts=600 |
597 | 597 |
#An interval to run the thread to regenerate solr index which failed before. |
598 | 598 |
#If the inerval is less than 0, the thread would not run. |
599 |
index.regenerate.interval=7200000
|
|
599 |
index.regenerate.interval=43200000
|
|
600 | 600 |
index.eventlog.classname=edu.ucsb.nceas.metacat.index.event.HazelcastIndexEventLog |
601 | 601 |
index.hazelcast.indexqueue=hzIndexQueue |
602 | 602 |
index.hazelcast.indexeventmap=hzIndexEventMap |
Also available in: Unified diff
set the timed index interval to be 12 hours.