mirror of
https://github.com/containerd/containerd.git
synced 2026-07-27 03:39:36 +00:00
After running into performance issues when sending in certain kinds of content, synchronous writes for content have been removed. Content is still synced on commit, so this shouldn't be necessary. Signed-off-by: Stephen J Day <stephen.day@docker.com>