REQ-2481: remove access

This commit is contained in:
yanglin 2024-06-03 15:52:49 +08:00
parent ebc91248db
commit dd1883257d

View File

@ -28,7 +28,7 @@ public class ImProperties {
private int memoryQueueQueryLimitSize = 2000;
private boolean memoryQueuedMaxBatchFirst = true;
private boolean enableJumpTheQueue = true;
private long checkJumpIntervalSeconds = 60;
private long checkJumpIntervalSeconds = 30;
private int yunxinBatchRequestSize = 100;
private double sendOneTps = 30;
private double sendBatchTps = 0.6;