Error handling around reset install; clear cache

This commit is contained in:
Nabeel Shahzad
2019-08-08 13:42:43 -04:00
parent a08c9db284
commit 380c9d13b6
3 changed files with 27 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ return [
'cache' => [
'enabled' => true,
'key' => 'phpvms-modules',
'lifetime' => 60,
'lifetime' => 10,
],
/*
|--------------------------------------------------------------------------