You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/09/08 19:04:31 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #3437: Add TTL E2E test

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:
users@infra.apache.org


With regards,
Apache Git Services