commit d04f32db39fcba189f862b4d0d2d9f5d706076ae parent f9fd034d546a3b865f2e0c0d3c0cfc5701700dc0 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 21 Apr 2024 00:52:24 +0200 Merge branch 'oss/osirus' into oss/main Diffstat:
M | source/jucePluginLib/patchdb/db.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/jucePluginLib/patchdb/db.cpp b/source/jucePluginLib/patchdb/db.cpp @@ -15,7 +15,7 @@ namespace pluginLib::patchDB { - static constexpr bool g_cacheEnabled = false; + static constexpr bool g_cacheEnabled = true; namespace {