Skip to content
Snippets Groups Projects
Unverified Commit 083df744 authored by Alexander Solovyov's avatar Alexander Solovyov Committed by GitHub
Browse files

[cache] remove mentions of removed cache settings from docs (#45921)

parent 3f30da9c
No related branches found
No related tags found
No related merge requests found
......@@ -1073,20 +1073,6 @@ Default: `8640000`
The absolute maximum time to keep any cached query results, in seconds. The default value is 100 days in seconds.
### `MB_QUERY_CACHING_MIN_TTL`
Type: integer<br>
Default: `60`
Metabase will cache all saved questions with an average query execution time longer than this many seconds.
### `MB_QUERY_CACHING_TTL_RATIO`
Type: integer<br>
Default: `10`
To determine how long each saved question's cached result should stick around, we take the query's average execution time and multiply that by whatever you input here. So if a query takes on average 2 minutes to run, and you input 10 for your multiplier, its cache entry will persist for 20 minutes.
### `MB_REDIRECT_ALL_REQUESTS_TO_HTTPS`
Type: boolean<br>
......
......@@ -423,20 +423,6 @@ Default: `"db"`
Current cache backend. Dynamically rebindable primarily for test purposes.
### `MB_QUERY_CACHING_MIN_TTL`
Type: integer<br>
Default: `60`
Metabase will cache all saved questions with an average query execution time longer than this many seconds.
### `MB_QUERY_CACHING_TTL_RATIO`
Type: integer<br>
Default: `10`
To determine how long each saved question's cached result should stick around, we take the query's average execution time and multiply that by whatever you input here. So if a query takes on average 2 minutes to run, and you input 10 for your multiplier, its cache entry will persist for 20 minutes.
### `MB_SEARCH_TYPEAHEAD_ENABLED`
Type: boolean<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment