mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
config(queue): default to redis driver
Updates the default `QUEUE_CONNECTION` value to be `redis` instead of `sync`. This can cause problems if users skip the initial setup or select the prefilled options rather than the recommended ones. Closes #4660
This commit is contained in:
@@ -23,7 +23,7 @@ REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
|
||||
CACHE_DRIVER=file
|
||||
QUEUE_CONNECTION=sync
|
||||
QUEUE_CONNECTION=redis
|
||||
SESSION_DRIVER=file
|
||||
|
||||
HASHIDS_SALT=
|
||||
|
||||
Reference in New Issue
Block a user