fix issue:

* [issue #662] Fix deadlocks caused by adding data using MySQL's REPLACE method
This commit is contained in:
Richard
2022-10-14 11:16:51 +08:00
committed by EricZeng
parent 5f21e5a728
commit 44134ce0d6
6 changed files with 38 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ public class Constant {
*/
public static final Integer DEFAULT_CLUSTER_HEALTH_SCORE = 90;
public static final Integer PER_BATCH_MAX_VALUE = 100;
public static final String DEFAULT_USER_NAME = "know-streaming-app";