Refactoring default value
This commit is contained in:
parent
2e4b917e09
commit
51b610f679
@ -29,6 +29,6 @@ public class EdgeEventStorageSettings {
|
|||||||
private long noRecordsSleepInterval;
|
private long noRecordsSleepInterval;
|
||||||
@Value("${edges.storage.sleep_between_batches}")
|
@Value("${edges.storage.sleep_between_batches}")
|
||||||
private long sleepIntervalBetweenBatches;
|
private long sleepIntervalBetweenBatches;
|
||||||
@Value("${edges.storage.misordering_compensation_millis:3600000}")
|
@Value("${edges.storage.misordering_compensation_millis:60000}")
|
||||||
private long misorderingCompensationMillis;
|
private long misorderingCompensationMillis;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user