This commit is contained in:
2021-12-06 15:47:12 +08:00
parent 3176443e5c
commit b3e06a680a
3 changed files with 26 additions and 18 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class Redis extends Component
$config = $this->get_config();
$length = Config::get('connections.pool.max', 10);
$length = Config::get('cache.redis.pool.max', 10);
$this->eventProvider->on(OnWorkerExit::class, [$this, 'destroy'], 0);