1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Enabled 64 connections

This commit is contained in:
Eldad Fux 2022-11-03 18:30:55 +02:00
parent 1d59b8bd54
commit c28edaaa96

View file

@ -65,7 +65,6 @@ use Utopia\Storage\Device\Wasabi;
use Utopia\Cache\Adapter\Redis as RedisCache;
use Utopia\Cache\Adapter\Sharding;
use Utopia\Cache\Cache;
use Utopia\CLI\Console;
use Utopia\Database\Adapter\MariaDB;
use Utopia\Database\Adapter\MySQL;
use Utopia\Pools\Group;
@ -621,7 +620,7 @@ $register->set('pools', function () {
break;
}
$pool = new Pool($name, 5, function () use ($type, $resource, $dsn) {
$pool = new Pool($name, 64, function () use ($type, $resource, $dsn) {
// Get Adapter
$adapter = null;