We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151c0e4 commit bf26ec0Copy full SHA for bf26ec0
framework/src/main/java/org/tron/core/services/jsonrpc/TronJsonRpcImpl.java
@@ -113,7 +113,7 @@ public enum RequestSource {
113
114
private static final String FILTER_NOT_FOUND = "filter not found";
115
public static final int EXPIRE_SECONDS = 5 * 60;
116
- private static final int MAX_FILTER_NUM = 100000;
+ private static final int MAX_FILTER_NUM = 50000;
117
private static final Cache<LogFilterElement, LogFilterElement> logElementCache =
118
CacheBuilder.newBuilder()
119
.maximumSize(300_000L) // 300s * tps(1000) * 1 log/tx ≈ 300_000
0 commit comments