Skip to content

Commit efd3ae5

Browse files
committed
[Data Streaming Service] Limit the backlog on data chunks under
saturation.
1 parent 642a77e commit efd3ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/config/state_sync_config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl Default for DataStreamingServiceConfig {
153153
global_summary_refresh_interval_ms: 50,
154154
max_concurrent_requests: 3,
155155
max_concurrent_state_requests: 6,
156-
max_data_stream_channel_sizes: 500,
156+
max_data_stream_channel_sizes: 300,
157157
max_request_retry: 3,
158158
max_notification_id_mappings: 300,
159159
progress_check_interval_ms: 100,

0 commit comments

Comments
 (0)