mirror of
https://github.com/rancher/steve.git
synced 2025-09-19 01:45:13 +00:00
The default chunk size in the partition was set to 100000. It could be overridden as a larger or smaller number, but not disabled altogether. This change adds the ability for users to explicitly opt out of the limit by specifying a negative number or zero. The default behavior is the same.