We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf49a9 commit 8862018Copy full SHA for 8862018
1 file changed
framework/src/main/java/org/tron/common/logsfilter/nativequeue/NativeMessageQueue.java
@@ -29,6 +29,7 @@ public static NativeMessageQueue getInstance() {
29
public boolean start(int bindPort, int sendQueueLength) {
30
context = new ZContext();
31
publisher = context.createSocket(SocketType.PUB);
32
+ publisher.setSendTimeOut(1000);
33
34
if (Objects.isNull(publisher)) {
35
return false;
0 commit comments