From a850630da08a766a396b88b8742e193db96b0954 Mon Sep 17 00:00:00 2001 From: borja Date: Thu, 19 Jun 2025 11:50:53 +0200 Subject: [PATCH] =?UTF-8?q?a=C3=B1ado=20100=20segundos=20de=20delay=20en?= =?UTF-8?q?=20startup=20porque=20si=20no=20no=20me=20da=20tiempo=20a=20tra?= =?UTF-8?q?stear,=20quiero=20ver=20si=20encuentro=20la=20comunidad=20adecu?= =?UTF-8?q?ada=20en=20la=20db?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index c3f2366..d486bd2 100644 --- a/startup.sh +++ b/startup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Wait for server to be ready -sleep 10 +sleep 100 # Start the main process exec bun run index.ts