Merge branch '10309' into 10400

This commit is contained in:
Fred Tempez 2020-11-21 15:15:09 +01:00
commit 6f48ed51bd
1 changed files with 3 additions and 2 deletions

View File

@ -39,11 +39,12 @@ class init extends common {
'connect' => [ 'connect' => [
'timeout' => 600, 'timeout' => 600,
'attempt' => 3, 'attempt' => 3,
'log' => false 'log' => false,
'captcha' => true
] ]
], ],
'core' => [ 'core' => [
'dataVersion' => 10300, 'dataVersion' => 10306,
'lastBackup' => 0, 'lastBackup' => 0,
'lastClearTmp' => 0, 'lastClearTmp' => 0,
'lastAutoUpdate' => 0, 'lastAutoUpdate' => 0,