REQ-2481: 支持动态调整优先级

This commit is contained in:
yanglin 2024-06-04 09:33:46 +08:00
parent 4cc557449b
commit 0a34c6f249

View File

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