mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-05 05:07:58 +08:00
Merge pull request #1042 from sy-records/master
fixed:session config error
This commit is contained in:
commit
7c57ea9b84
@ -17,6 +17,6 @@ return [
|
||||
'options' => [
|
||||
'connection' => 'default',
|
||||
'path' => BASE_PATH . '/runtime/session',
|
||||
'gc_lifetime' => 1200,
|
||||
'gc_maxlifetime' => 1200,
|
||||
],
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user