Add warning about db settings cache
cannot recommend this yet; not sure when that will change
This commit is contained in:
parent
945320d1eb
commit
82c2f5a065
|
@ -89,6 +89,12 @@ specify a flag when reading the value, for example:
|
|||
DB Settings Cache
|
||||
-----------------
|
||||
|
||||
.. warning::
|
||||
|
||||
Unfortunately at this time the caching mechanisms described below
|
||||
are **not reliable**. Docs remain in place for now, but it is very
|
||||
much *not recommended* to enable caching.
|
||||
|
||||
One downside of reading config values from the DB settings table, is
|
||||
the number of queries involved, as each call to ``config.get()`` would
|
||||
normally involve a separate SQL query. (Not only that, but unless a
|
||||
|
|
Loading…
Reference in a new issue