Commit ec1af96
committed
Validate buffer size as Integer instead of Numeric
Change concurrent_component_streaming_buffer_size validation to require
Integer instead of Numeric. Buffer sizes represent discrete queue capacity
counts and should not accept float values like 64.5.
This provides better type safety and clearer error messages for users who
might accidentally pass non-integer values.
Addresses CodeRabbit feedback.1 parent bc19a1f commit ec1af96
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments