mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
去掉缓存驱动的length参数
This commit is contained in:
1
library/think/cache/driver/Sqlite.php
vendored
1
library/think/cache/driver/Sqlite.php
vendored
@@ -26,7 +26,6 @@ class Sqlite implements CacheInterface
|
||||
'table' => 'sharedmemory',
|
||||
'prefix' => '',
|
||||
'expire' => 0,
|
||||
'length' => 0,
|
||||
'persistent' => false,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user