mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat(config): increase Octane cache limits
Increase the maximum number of rows in the Octane cache from 1000 to 100000 and the number of bytes per row from 10000 to 70000. This change allows for more efficient caching and improves performance.
This commit is contained in:
@@ -162,11 +162,11 @@ return [
|
|||||||
| by a Swoole table. You may set the maximum number of rows as well as
|
| 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.
|
| the number of bytes per row using the configuration options below.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'cache' => [
|
'cache' => [
|
||||||
'rows' => 1000,
|
'rows' => 100000,
|
||||||
'bytes' => 10000,
|
'bytes' => 70000,
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user