mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 10:26:22 -06:00
demo-server was using a read-through cache to allow it to serve more concurrent requests more quickly by reducing disk I/O. As seen in issue across Databases, leading to incorrect sync results in some instances. Since we're not worried about demo-server load right now, simply delete the cache. Fixes #2688