From bd79454b0133ce18e3391ac8950b70c06e45c803 Mon Sep 17 00:00:00 2001 From: borja Date: Sun, 7 Sep 2025 01:55:26 +0200 Subject: [PATCH] reduce startup time de 100 a 10 segundos --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index d486bd2..c3f2366 100644 --- a/startup.sh +++ b/startup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Wait for server to be ready -sleep 100 +sleep 10 # Start the main process exec bun run index.ts