mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-25 11:39:32 -05:00
23f94bdf8c
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