Commit c470c12
Remove redundant buffer size validation method
The concurrent_component_streaming_buffer_size setter already validates
the value when assigned (lines 91-97), making the separate validation
method unnecessary. This was identified in code review as duplicate logic.
The setter is called during initialization (line 136) and any subsequent
assignments, providing complete validation coverage. Removing the
duplicate validation method simplifies the codebase without changing
behavior.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1447fa7 commit c470c12
1 file changed
+0
-9
lines changedLines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | 145 | | |
147 | 146 | | |
148 | 147 | | |
| |||
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | 236 | | |
246 | 237 | | |
247 | 238 | | |
| |||
0 commit comments