rpc: enable the ADR 075 event log by default in new configs (#8572) (#9856)

This commit is contained in:
mmsqe
2022-12-08 11:30:45 +08:00
committed by GitHub
parent 1b1ba41720
commit 5eac8d7618

View File

@@ -462,7 +462,7 @@ func DefaultRPCConfig() *RPCConfig {
MaxSubscriptionClients: 100,
MaxSubscriptionsPerClient: 5,
ExperimentalDisableWebsocket: false, // compatible with TM v0.35 and earlier
EventLogWindowSize: 0, // disables /events RPC by default
EventLogWindowSize: 30 * time.Second,
EventLogMaxItems: 0,
TimeoutBroadcastTxCommit: 10 * time.Second,