Commit bc19a1f
committed
Add missing validation call for concurrent_component_streaming_buffer_size
Wire up validate_concurrent_component_streaming_buffer_size in
setup_config_values to ensure config.concurrent_component_streaming_buffer_size
is validated at initialization time. Without this call, invalid values
(nil, 0, negative numbers) would be silently accepted and cause runtime
errors later when Async::LimitedQueue is instantiated.
Addresses CodeRabbit feedback on the original PR.1 parent ba65781 commit bc19a1f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
0 commit comments