Skip to content

Commit

Permalink
Upgrade cache and async_queue config (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
guandeng committed Mar 26, 2024
1 parent 3b3565b commit 70e1876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/autoload/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
'driver' => Hyperf\Cache\Driver\RedisDriver::class,
'packer' => Hyperf\Codec\Packer\PhpSerializerPacker::class,
'prefix' => 'c:',
'skip_cache_results' => [],
],
];
1 change: 1 addition & 0 deletions installer/resources/async_queue/async_queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
'concurrent' => [
'limit' => 10,
],
'max_messages' => 0,
],
];

0 comments on commit 70e1876

Please sign in to comment.