mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
debug
This commit is contained in:
+1
-3
@@ -945,9 +945,7 @@ $register->set('pools', function () {
|
||||
},
|
||||
default => throw new Exception(Exception::GENERAL_SERVER_ERROR, 'Invalid scheme'),
|
||||
};
|
||||
var_dump($poolSize);
|
||||
$poolSize = $poolSize/8;
|
||||
var_dump($poolSize);
|
||||
|
||||
$pool = new Pool($name, $poolSize, function () use ($type, $resource, $dsn) {
|
||||
// Get Adapter
|
||||
switch ($type) {
|
||||
|
||||
Reference in New Issue
Block a user