configs: added small fixes into gunicorn configs
This commit is contained in:
parent
53292e1e37
commit
dd61323584
3 changed files with 9 additions and 6 deletions
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
|
||||
; #########################################
|
||||
; RHODECODE COMMUNITY EDITION CONFIGURATION
|
||||
; #########################################
|
||||
|
|
@ -263,10 +262,10 @@ file_store.storage_path = %(here)s/data/file_store
|
|||
archive_cache.store_dir = %(here)s/data/archive_cache
|
||||
|
||||
; The limit in GB sets how much data we cache before recycling last used, defaults to 10 gb
|
||||
archive_cache.cache_size_gb = 10
|
||||
archive_cache.cache_size_gb = 40
|
||||
|
||||
; By default cache uses sharding technique, this specifies how many shards are there
|
||||
archive_cache.cache_shards = 10
|
||||
archive_cache.cache_shards = 4
|
||||
|
||||
; #############
|
||||
; CELERY CONFIG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue