Skip to content

Commit 7321cf1

Browse files
committed
Set default queue driver to file
1 parent 0ae18e7 commit 7321cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InEngine/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"UseCompression": false,
77
"PrimaryQueueConsumers": 16,
88
"SecondaryQueueConsumers": 4,
9-
"QueueDriver": "Redis",
9+
"QueueDriver": "file",
1010
"QueueName": "InEngineQueue",
1111
"RedisHost": "localhost",
1212
"RedisPort": 6379,

0 commit comments

Comments
 (0)