ini: updated .ini templates
This commit is contained in:
parent
0b443892f6
commit
ed40528e9a
2 changed files with 8 additions and 0 deletions
|
|
@ -412,6 +412,8 @@ rc_cache.cache_repo_longterm.max_size = 10000
|
|||
; *************************************************
|
||||
rc_cache.cache_perms.backend = dogpile.cache.rc.file_namespace
|
||||
rc_cache.cache_perms.expiration_time = 300
|
||||
; file cache store path. Defaults to `cache_dir =` value or tempdir if both values are not set
|
||||
#rc_cache.cache_perms.arguments.filename = /tmp/cache_perms.db
|
||||
|
||||
; alternative `cache_perms` redis backend with distributed lock
|
||||
#rc_cache.cache_perms.backend = dogpile.cache.rc.redis
|
||||
|
|
@ -433,6 +435,8 @@ rc_cache.cache_perms.expiration_time = 300
|
|||
; ***************************************************
|
||||
rc_cache.cache_repo.backend = dogpile.cache.rc.file_namespace
|
||||
rc_cache.cache_repo.expiration_time = 2592000
|
||||
; file cache store path. Defaults to `cache_dir =` value or tempdir if both values are not set
|
||||
#rc_cache.cache_repo.arguments.filename = /tmp/cache_repo.db
|
||||
|
||||
; alternative `cache_repo` redis backend with distributed lock
|
||||
#rc_cache.cache_repo.backend = dogpile.cache.rc.redis
|
||||
|
|
|
|||
|
|
@ -363,6 +363,8 @@ rc_cache.cache_repo_longterm.max_size = 10000
|
|||
; *************************************************
|
||||
rc_cache.cache_perms.backend = dogpile.cache.rc.file_namespace
|
||||
rc_cache.cache_perms.expiration_time = 300
|
||||
; file cache store path. Defaults to `cache_dir =` value or tempdir if both values are not set
|
||||
#rc_cache.cache_perms.arguments.filename = /tmp/cache_perms.db
|
||||
|
||||
; alternative `cache_perms` redis backend with distributed lock
|
||||
#rc_cache.cache_perms.backend = dogpile.cache.rc.redis
|
||||
|
|
@ -384,6 +386,8 @@ rc_cache.cache_perms.expiration_time = 300
|
|||
; ***************************************************
|
||||
rc_cache.cache_repo.backend = dogpile.cache.rc.file_namespace
|
||||
rc_cache.cache_repo.expiration_time = 2592000
|
||||
; file cache store path. Defaults to `cache_dir =` value or tempdir if both values are not set
|
||||
#rc_cache.cache_repo.arguments.filename = /tmp/cache_repo.db
|
||||
|
||||
; alternative `cache_repo` redis backend with distributed lock
|
||||
#rc_cache.cache_repo.backend = dogpile.cache.rc.redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue