This commit is contained in:
Andras Bacsai
2024-05-30 19:45:36 +02:00
parent 30a9783348
commit cd58e0d01e
2 changed files with 1 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ class UpdateCoolify
{
if (isDev()) {
instant_remote_process([
"sleep 10"
"sleep 1"
], $this->server);
return;
}