fix(database): reduce container stop timeout from 300 to 30 seconds for improved responsiveness
This commit is contained in:
parent
4c5dd3db3c
commit
d10c3e86b1
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public function handle(StandaloneRedis|StandalonePostgresql|StandaloneMongodb|St
|
||||||
return 'Server is not functional';
|
return 'Server is not functional';
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->stopContainer($database, $database->uuid, 300);
|
$this->stopContainer($database, $database->uuid, 30);
|
||||||
if ($isDeleteOperation) {
|
if ($isDeleteOperation) {
|
||||||
if ($dockerCleanup) {
|
if ($dockerCleanup) {
|
||||||
CleanupDocker::dispatch($server, true);
|
CleanupDocker::dispatch($server, true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue