Skip to content

Commit a27ea3d

Browse files
committed
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 pterodactyl#4660
1 parent fbdac5b commit a27ea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ REDIS_PASSWORD=null
2323
REDIS_PORT=6379
2424

2525
CACHE_DRIVER=file
26-
QUEUE_CONNECTION=sync
26+
QUEUE_CONNECTION=redis
2727
SESSION_DRIVER=file
2828

2929
HASHIDS_SALT=

0 commit comments

Comments
 (0)