-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not schedule Session.purge if the Session model is not used
You can use memcache or SQL session. When you use memcache this whole job does nothing. Just inserts into a queue, updates queue, selects empty from Session and then removes from queue. This also frees up some memory and scheduler cycles. Yaix! Note, we already require users (in documentation) to restart EVM server when they change session store (so we can do this).
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters