configs: mention not to use memory sessions

This commit is contained in:
RhodeCode Admin 2023-10-23 21:58:25 +02:00
parent cc29a8fc01
commit a713c72836
2 changed files with 4 additions and 4 deletions

View file

@ -453,8 +453,8 @@ rc_cache.cache_repo.expiration_time = 2592000
; ##############
; beaker.session.type is type of storage options for the logged users sessions. Current allowed
; types are file, ext:redis, ext:database, ext:memcached, and memory (default if not specified).
; Fastest ones are Redis and ext:database
; types are file, ext:redis, ext:database, ext:memcached
; Fastest ones are ext:redis and ext:database, DO NOT use memory type for session
beaker.session.type = file
beaker.session.data_dir = %(here)s/data/sessions

View file

@ -403,8 +403,8 @@ rc_cache.cache_repo.expiration_time = 2592000
; ##############
; beaker.session.type is type of storage options for the logged users sessions. Current allowed
; types are file, ext:redis, ext:database, ext:memcached, and memory (default if not specified).
; Fastest ones are Redis and ext:database
; types are file, ext:redis, ext:database, ext:memcached
; Fastest ones are ext:redis and ext:database, DO NOT use memory type for session
beaker.session.type = file
beaker.session.data_dir = %(here)s/data/sessions