healchow commented on code in PR #8587:
URL: https://github.com/apache/inlong/pull/8587#discussion_r1274334285


##########
inlong-manager/manager-web/src/main/resources/application-prod.properties:
##########
@@ -96,3 +96,6 @@ source.update.interval=60
 # If turned on, tasks in the incorrect state are periodically deleted
 source.cleansing.enabled=false
 source.cleansing.interval=600
+
+# Group batch size to compromise in one period
+group.compromise.batchSize=100

Review Comment:
   This config is somewhat challenging to understand. Is it clearer to change 
it to this?
   ```
   # Batch size of deleted inlong group ids
   group.deleted.batchSize
   ```



-- 
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]

Reply via email to