fix(database): reduce container stop timeout from 300 to 30 seconds for improved responsiveness
This commit is contained in:
@@ -24,7 +24,7 @@ class StopDatabase
|
|||||||
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user