mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
debug
This commit is contained in:
parent
d0481482ae
commit
1373d62c52
1 changed files with 1 additions and 3 deletions
|
|
@ -945,9 +945,7 @@ $register->set('pools', function () {
|
||||||
},
|
},
|
||||||
default => throw new Exception(Exception::GENERAL_SERVER_ERROR, 'Invalid scheme'),
|
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) {
|
$pool = new Pool($name, $poolSize, function () use ($type, $resource, $dsn) {
|
||||||
// Get Adapter
|
// Get Adapter
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue