mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
- Implement early return pattern in parseBlockSize function to reduce nesting - Fix unqualified assignment by using properly scoped const variable - Decreased maximum block size limit from 64K to 32K (32768 bytes) - Update configuration documentation to reflect correct 32K maximum - Add guidance for 32K block size usage in high-performance scenarios - Apply clang-format fixes to resolve CI formatting checks This enhances NuDB performance configurability while maintaining code quality and following modern C++ best practices. The 32K limit reflects the actual maximum supported by NuDB as confirmed by testing.