Fix clear cache on startup
Compare changes
+ 1
− 1
@@ -194,7 +194,7 @@ def read_config():
Due two weird circular dependencies clear_cache
will not be
available at this point. Inlining this function will make
the config key cache.clear_cache_on_start: true
work again.