mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-13 03:10:03 -05:00
83235c7965
Though Raf and I can't figure out how, it's clear that the method we initially used for calculating the max amount of space for snappy-compressed chunk data was incorrect. That's the root cause of of all the chunks to be written and summing the snappy.MaxEncodedLen() for each. Fixes #3156