Skip to content

Commit

Permalink
fix(reporter): improve the default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGeraud authored and aelamrani committed Mar 11, 2019
1 parent 9a6ab2b commit 83cbdbb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -54,13 +54,13 @@ public class ReporterConfiguration {
/**
* Request actions max by bulk
*/
@Value("${reporters.elasticsearch.bulk.actions:50}")
@Value("${reporters.elasticsearch.bulk.actions:1000}")
private Integer bulkActions;

/**
* Bulk flush interval in seconds
*/
@Value("${reporters.elasticsearch.bulk.flush_interval:1}")
@Value("${reporters.elasticsearch.bulk.flush_interval:5}")
private Long flushInterval;

/**
Expand Down

0 comments on commit 83cbdbb

Please sign in to comment.