mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
Increase mode_bytes for the StreamingMode.WANT_ALL (#12616)
This commit is contained in:
@@ -589,7 +589,7 @@ FDBFuture* validate_and_update_parameters(int& limit,
|
||||
|
||||
/* _ITERATOR mode maps to one of the known streaming modes
|
||||
depending on iteration */
|
||||
const int mode_bytes_array[] = { GetRangeLimits::BYTE_LIMIT_UNLIMITED, 256, 1000, 4096, 80000 };
|
||||
const int mode_bytes_array[] = { GetRangeLimits::BYTE_LIMIT_UNLIMITED, 256, 1000, 4096, 120000 };
|
||||
|
||||
/* The progression used for FDB_STREAMING_MODE_ITERATOR.
|
||||
Goes 1.5 * previous. */
|
||||
|
||||
Reference in New Issue
Block a user