1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

Update pools library version

This commit is contained in:
Eldad Fux 2022-11-03 18:07:53 +02:00
parent de610855fe
commit 9bba91fcb8
2 changed files with 1 additions and 7 deletions

View file

@ -664,12 +664,6 @@ $register->set('pools', function () {
Config::setParam('pools-' . $key, $config);
}
try {
$group->fill();
} catch (\Throwable $th) {
Console::error('Connection failure: ' . $th->getMessage());
}
return $group;
});
$register->set('influxdb', function () {

View file

@ -61,7 +61,7 @@
"utopia-php/websocket": "0.1.0",
"utopia-php/image": "0.5.*",
"utopia-php/orchestration": "0.6.*",
"utopia-php/pools": "0.1.*",
"utopia-php/pools": "0.2.*",
"resque/php-resque": "1.3.6",
"matomo/device-detector": "6.0.0",
"dragonmantank/cron-expression": "3.3.1",