Fuck it we're disabling redis

Just want this thing online
This commit is contained in:
Salt 2020-04-30 06:50:43 -05:00
parent 798cb2e57d
commit 9553987cc7

View File

@ -652,7 +652,7 @@ SENDMAIL_ARGS =
[cache]
; if the cache enabled
ENABLED = true
ENABLED = false
; Either "memory", "redis", or "memcache", default is "memory"
ADAPTER = redis
; For "memory" only, GC interval in seconds, default is 60
@ -668,7 +668,7 @@ ITEM_TTL = 16h
; Last commit cache
[cache.last_commit]
; if the cache enabled
ENABLED = true
ENABLED = false
; Time to keep items in cache if not used, default is 8760 hours.
; Setting it to 0 disables caching
ITEM_TTL = 8760h
@ -677,7 +677,7 @@ COMMITS_COUNT = 1000
[session]
; Either "memory", "file", or "redis", default is "memory"
PROVIDER = redis
PROVIDER = memory
; Provider config options
; memory: doesn't have any config yet
; file: session file path, e.g. `data/sessions`