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
MIN_TASK_SIZE_IN_BYTES is a global constant that we use to decide which amount of work (in bytes) is worth splitting into multiple tasks. Currently, this is set to 16KiB, but this number has not been researched at all. We should find a good default value for this and also make it easily configurable (maybe as a field of ChunkingContext).
The text was updated successfully, but these errors were encountered:
MIN_TASK_SIZE_IN_BYTES
is a global constant that we use to decide which amount of work (in bytes) is worth splitting into multiple tasks. Currently, this is set to 16KiB, but this number has not been researched at all. We should find a good default value for this and also make it easily configurable (maybe as a field ofChunkingContext
).The text was updated successfully, but these errors were encountered: