mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-20 00:50:42 -06:00
Right now, the only kinds of Commits that the server will retry are those to different datasets. That is, if another client concurrently landed a change to some other dataset, and that is the only thing that causes your Commit attempt to fail, the server will retry. Fixes #3582