wu-sheng commented on a change in pull request #3437: Add TTL E2E test
URL: https://github.com/apache/skywalking/pull/3437#discussion_r322019795
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/CoreModuleConfig.java
##########
@@ -45,6 +45,7 @@
*/
@Setter private long persistentPeriod = 3;
@Setter private boolean enableDataKeeperExecutor = true;
+ @Setter private int dataKeeperExecutePeriod;
Review comment:
Set this to 5 as default, in case people are using the old config file.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services