configs: added small fixes into gunicorn configs

This commit is contained in:
RhodeCode Admin 2023-08-16 15:55:42 +02:00
parent 53292e1e37
commit dd61323584
3 changed files with 9 additions and 6 deletions

View file

@ -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