Merge "Default SESSION_ENGINE is not Local memory storage"
This commit is contained in:
commit
8a712591bb
@ -105,9 +105,8 @@ drawbacks:
|
|||||||
* No shared storage across processes or workers.
|
* No shared storage across processes or workers.
|
||||||
* No persistence after a process terminates.
|
* No persistence after a process terminates.
|
||||||
|
|
||||||
The local memory backend is enabled as the default for Horizon solely because
|
It is not recommended for production use, or even for serious development work.
|
||||||
it has no dependencies. It is not recommended for production use, or even for
|
For better options, read on.
|
||||||
serious development work. For better options, read on.
|
|
||||||
|
|
||||||
Memcached
|
Memcached
|
||||||
---------
|
---------
|
||||||
|
Loading…
Reference in New Issue
Block a user