This commit is contained in:
2020-09-05 03:52:40 +08:00
parent 8baffa4099
commit 2a8d51f012
+1 -1
View File
@@ -50,7 +50,7 @@ class DatabasesProviders extends Providers
'username' => $config['username'],
'password' => $config['password'],
'tablePrefix' => $config['tablePrefix'],
'maxNumber' => 200,
'maxNumber' => $config['maxNumber'],
'slaveConfig' => $config['slaveConfig']
]);
}