Skip to content

Commit

Permalink
cleanup unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
spbolton committed Oct 1, 2024
1 parent 8196e3b commit df3383a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ public class ReindexThread {
public static final int ELASTICSEARCH_BULK_ACTIONS =
Config.getIntProperty("REINDEX_THREAD_ELASTICSEARCH_BULK_ACTIONS", 10);

// How often should the bulk request processor should flush its request - default 3 seconds
public static final int ELASTICSEARCH_BULK_FLUSH_INTERVAL =
Config.getIntProperty("REINDEX_THREAD_ELASTICSEARCH_BULK_FLUSH_INTERVAL_MS", 3000);

// Setting this to number > 0 makes each bulk request asynchronous,
// If set to 0 the bulk requests will be performed synchronously
public static final int ELASTICSEARCH_CONCURRENT_REQUESTS =
Expand Down

0 comments on commit df3383a

Please sign in to comment.