We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4036f03 commit 0a26d23Copy full SHA for 0a26d23
2 files changed
common/src/main/java/org/tron/core/config/args/EventConfig.java
@@ -43,7 +43,7 @@ public class EventConfig {
43
@Getter
44
@Setter
45
public static class NativeConfig {
46
- private boolean useNativeQueue = true;
+ private boolean useNativeQueue = false;
47
private int bindport = 5555;
48
private int sendqueuelength = 1000;
49
}
common/src/main/resources/reference.conf
@@ -758,7 +758,7 @@ event.subscribe = {
758
enable = false
759
760
native = {
761
- useNativeQueue = true
+ useNativeQueue = false
762
bindport = 5555
763
sendqueuelength = 1000
764
0 commit comments