This commit is contained in:
2020-09-03 23:50:43 +08:00
parent 7ebcca66da
commit f7f719e9af
+1 -1
View File
@@ -50,7 +50,7 @@ class DatabasesProviders extends Providers
'username' => $config['username'],
'password' => $config['password'],
'tablePrefix' => $config['tablePrefix'],
'maxNumber' => 100,
'maxNumber' => $config['maxNumber'],
'slaveConfig' => $config['slaveConfig']
]);
}