mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-06 10:59:57 +08:00
调整连接数
This commit is contained in:
@@ -39,7 +39,7 @@ public final class DefaultInMemoryStorage implements InMemoryStorage {
|
||||
|
||||
@Override
|
||||
public boolean put(String topic, QueueMsg msg) {
|
||||
return storage.computeIfAbsent(topic, t -> new LinkedBlockingQueue<>(100000)).add(msg);
|
||||
return storage.computeIfAbsent(topic, t -> new LinkedBlockingQueue<>(10000)).add(msg);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user