healchow commented on code in PR #8089: URL: https://github.com/apache/inlong/pull/8089#discussion_r1205474316
########## inlong-manager/manager-web/src/main/resources/application-dev.properties: ########## @@ -86,6 +86,9 @@ data.cleansing.batchSize=100 # Whether to use ZooKeeper to manage the Sort task config, default is false, which means not using ZooKeeper sort.enable.zookeeper=false +# cluster node timeout interval of heartbeat unit: 5s +cluster.heartbeat.interval=30 + # If turned on, synchronizing change the source status when the agent heartbeat times out Review Comment: ```suggestion # cluster node timeout interval of heartbeat, unit: second cluster.heartbeat.interval=30 # If turned on, synchronizing change the source status when the agent heartbeat timeout ``` -- 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]
