Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There's a typo where the wrong variable is used as the key when looking up this config. Instead of SCHEMAS_CACHE_CONFIG, we have SCHEMAS_CACHE_SIZE_DEFAULT. We should a) fix the naming of SCHEMAS_CACHE_CONFIG to SCHEMAS_CACHE_SIZE_CONFIG and b) fix the key used when looking up that configuration options. The current code results in always using the default cache size.