You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'IContainerRuntimeOptions.enableGroupedBatching' with false and IContainerRuntimeOptions.compressionOptions enabled
IContainerRuntimeOptions.enableGroupedBatching was deprecated in 2.12 (see release notes).
While this option is not yet removed (and still defaults to true), disabling it (by setting to false) is not supported
if compression is enabled (by passing a finite value for IContainerRuntimeOptions.compressionOptions.minimumBatchSizeInBytes).
Packages
@fluidframework/container-runtime
Expected Timeline
We expect the ability to disable grouped batching to be fully removed by the 2.30 version.
The text was updated successfully, but these errors were encountered:
Broken API or pattern
'IContainerRuntimeOptions.enableGroupedBatching' with false and
IContainerRuntimeOptions.compressionOptions
enabledIContainerRuntimeOptions.enableGroupedBatching
was deprecated in 2.12 (see release notes).While this option is not yet removed (and still defaults to
true
), disabling it (by setting tofalse
) is not supportedif compression is enabled (by passing a finite value for
IContainerRuntimeOptions.compressionOptions.minimumBatchSizeInBytes
).Packages
@fluidframework/container-runtime
Expected Timeline
We expect the ability to disable grouped batching to be fully removed by the 2.30 version.
The text was updated successfully, but these errors were encountered: