Skip to content

Commit f1ef621

Browse files
committed
restore useNativeQueue to false default
1 parent 4036f03 commit f1ef621

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

common/src/main/java/org/tron/core/config/args/EventConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class EventConfig {
4343
@Getter
4444
@Setter
4545
public static class NativeConfig {
46-
private boolean useNativeQueue = true;
46+
private boolean useNativeQueue = false;
4747
private int bindport = 5555;
4848
private int sendqueuelength = 1000;
4949
}

common/src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ event.subscribe = {
758758
enable = false
759759

760760
native = {
761-
useNativeQueue = true
761+
useNativeQueue = false
762762
bindport = 5555
763763
sendqueuelength = 1000
764764
}

0 commit comments

Comments
 (0)