Revision 7789
Added by Jing Tao over 11 years ago
metacat.properties | ||
---|---|---|
591 | 591 |
#The index.regenerate.start.waitingtime (in milliseconds) and index.regenerate.start.maxattempts are used to control the waiting time. |
592 | 592 |
index.regenerate.start.waitingtime=10000 |
593 | 593 |
index.regenerate.start.maxattempts=600 |
594 |
#An interval to run the thread to regenerate solr index which failed before. |
|
595 |
#If the inerval is less than 0, the thread would not run. |
|
596 |
index.regenerate.interval=7200000 |
|
594 | 597 |
|
595 | 598 |
############# SOLR Search Section ########################################### |
596 | 599 |
#Embedded (default): |
Also available in: Unified diff
Add a new property to specify the interval of a Timer to run the thread generating solr index.