Skip to content

Commit 70e1876

Browse files
authored
Upgrade cache and async_queue config (#114)
1 parent 3b3565b commit 70e1876

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/autoload/cache.php

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
'driver' => Hyperf\Cache\Driver\RedisDriver::class,
1515
'packer' => Hyperf\Codec\Packer\PhpSerializerPacker::class,
1616
'prefix' => 'c:',
17+
'skip_cache_results' => [],
1718
],
1819
];

installer/resources/async_queue/async_queue.php

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
'concurrent' => [
2424
'limit' => 10,
2525
],
26+
'max_messages' => 0,
2627
],
2728
];

0 commit comments

Comments
 (0)