Typo - JpaBaseEdgeEventDao. Fixed partitionSizeInHours mapping
This commit is contained in:
parent
b2130af408
commit
056fd43aab
@ -80,7 +80,7 @@ public class JpaBaseEdgeEventDao extends JpaAbstractSearchTextDao<EdgeEventEntit
|
|||||||
@Value("${sql.edge_events.stats_print_interval_ms:10000}")
|
@Value("${sql.edge_events.stats_print_interval_ms:10000}")
|
||||||
private long statsPrintIntervalMs;
|
private long statsPrintIntervalMs;
|
||||||
|
|
||||||
@Value("${sql.edge_events.partitions_size:168}")
|
@Value("${sql.edge_events.partition_size:168}")
|
||||||
private int partitionSizeInHours;
|
private int partitionSizeInHours;
|
||||||
|
|
||||||
@Value("${sql.ttl.edge_events.edge_events_ttl:2628000}")
|
@Value("${sql.ttl.edge_events.edge_events_ttl:2628000}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user