You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement source ingest filter - this allows us to reject rows from the source based on a WHERE clause
* Fixed some issues with error propagation and a race in schema deletion
Copy file name to clipboardExpand all lines: cfg/example.conf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,6 @@ remoting-heartbeat-interval = "10s" // Amount of time between remoting hea
58
58
remoting-heartbeat-timeout = "5s" // Timeout for a remoting heartbeat
59
59
enable-api-server = true // Set to true to enable the API server - needed for CLI access
60
60
global-ingest-limit-rows-per-sec = 1000 // The maximum number of rows per second that can be ingested in the broker - ingest will be throttled to this rate. -1 represents no throttling
61
-
raft-rtt-ms = 100 // The size of a Raft RTT unit in ms
61
+
raft-rtt-ms = 50 // The size of a Raft RTT unit in ms
62
62
raft-heartbeat-rtt = 30 // The Raft heartbeat period in units of raft-rtt-ms
63
63
raft-election-rtt = 300 // The Raft election period in units of raft-rtt-ms
0 commit comments