The GitHub Actions job "Fury CI" on fury.git has succeeded. Run started by GitHub user chaokunyang (triggered by chaokunyang).
Head commit for run: b3f531cee934256c4b1f4fb929548d013b57e2e2 / Thomas Heigl <[email protected]> feat(java): configurable buffer size limit (#1963) ## What does this PR do? This PR introduces a new configuration option `bufferSizeLimitBytes` that replaces the hard-coded default of 128kb. ## Related issues #1950 ## Does this PR introduce any user-facing change? The PR introduces a new configuration option `bufferSizeLimitBytes`. - [x] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Discussion This PR solves my problem, but I'm not sure if it is the right way to move forward. This is quite a low-level configuration option, but a potentially very important one. Every user whose average payload size is >=128kb, will need to increase this value for maximum performance. Maybe the default limit should be increased to something less conservative like 1MB, so fewer users will need to adjust this setting? Report URL: https://github.com/apache/fury/actions/runs/12176980690 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
