Skip to content

Commit

Permalink
default indexwatch 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasegense committed Jan 9, 2024
1 parent 5786b2c commit abe2210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class PropertiesLoader {
* Used by {@link dk.kb.netarchivesuite.solrwayback.solr.IndexWatcher}
* through {@link dk.kb.netarchivesuite.solrwayback.solr.NetarchiveSolrClient}.
*/
public static int SOLR_SERVER_CHECK_INTERVAL = 60; //default value every hour
public static int SOLR_SERVER_CHECK_INTERVAL = 60*60; //default value every hour
public static String URL_NORMALISER="normal";

// Used by SolrStreamShard
Expand Down

0 comments on commit abe2210

Please sign in to comment.