diff --git a/config/octane.php b/config/octane.php index 8b578ae..d4b839e 100644 --- a/config/octane.php +++ b/config/octane.php @@ -162,11 +162,11 @@ return [ | by a Swoole table. You may set the maximum number of rows as well as | the number of bytes per row using the configuration options below. | - */ + */ 'cache' => [ - 'rows' => 1000, - 'bytes' => 10000, + 'rows' => 100000, + 'bytes' => 70000, ], /*