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