Skip to content

Commit

Permalink
Merge pull request #432 from pfw/master
Browse files Browse the repository at this point in the history
Small warning note on cache settings when using SQLite as a backend
  • Loading branch information
jamadden committed Nov 12, 2020
2 parents a4f41d1 + 28800c5 commit 9261120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sqlite3/options.rst
Expand Up @@ -15,7 +15,7 @@ because it uses shared memory, those processes *must* all be on the
same machine. The database files also should reside locally.

Using a persistent cache file is not supported with this driver and
will be automatically disabled. In some cases, it may be advantageous
will be automatically disabled (``cache-local-dir`` has no effect). In some cases, it may be advantageous
to also disable RelStorage's in-memory pickle cache
altogether (``cache-local-mb 0``) and allow the operating system's
filesystem cache to serve that purpose.
Expand Down

0 comments on commit 9261120

Please sign in to comment.