aloyszhang commented on code in PR #9874: URL: https://github.com/apache/inlong/pull/9874#discussion_r1538806156
########## inlong-manager/manager-web/src/main/resources/application-dev.properties: ########## @@ -97,6 +97,11 @@ source.update.enabled=false source.update.before.seconds=60 source.update.interval=60 +# If turned on, Regularly clear expired supplementary recording tasks +subSource.cleansing.enabled=false +subSource.cleansing.interval=10 Review Comment: It's better to include time unit in the configuration key. ########## inlong-manager/manager-web/src/main/resources/application-dev.properties: ########## @@ -97,6 +97,11 @@ source.update.enabled=false source.update.before.seconds=60 source.update.interval=60 +# If turned on, Regularly clear expired supplementary recording tasks +subSource.cleansing.enabled=false +subSource.cleansing.interval=10 Review Comment: It's better to include the time-unit in the configuration key. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
