We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3565b commit 70e1876Copy full SHA for 70e1876
2 files changed
config/autoload/cache.php
@@ -14,5 +14,6 @@
14
'driver' => Hyperf\Cache\Driver\RedisDriver::class,
15
'packer' => Hyperf\Codec\Packer\PhpSerializerPacker::class,
16
'prefix' => 'c:',
17
+ 'skip_cache_results' => [],
18
],
19
];
installer/resources/async_queue/async_queue.php
@@ -23,5 +23,6 @@
23
'concurrent' => [
24
'limit' => 10,
25
26
+ 'max_messages' => 0,
27
28
0 commit comments