| 949 | } |
| 950 | |
| 951 | uint64_t maxMergeExchangeBufferSize() const { |
| 952 | static constexpr uint64_t kDefault = 128UL << 20; |
| 953 | return get<uint64_t>(kMaxMergeExchangeBufferSize, kDefault); |
| 954 | } |
| 955 | |
| 956 | uint64_t preferredOutputBatchBytes() const { |
| 957 | static constexpr uint64_t kDefault = 10UL << 20; |