From c26be46462c0fa21a3c0adfde363b1d9d33b2fb7 Mon Sep 17 00:00:00 2001
From: tonyford <tonyford@strategy-investor.de>
Date: Sun, 16 Oct 2022 09:12:11 +0200
Subject: [PATCH] ts

---
 html/_layouts/default.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/_layouts/default.php b/html/_layouts/default.php
index 0e4279b..3bd1e9f 100644
--- a/html/_layouts/default.php
+++ b/html/_layouts/default.php
@@ -19,7 +19,7 @@ foreach( $T as $t ){
 
 
 $spielerdebut=json_encode( db_getLatestFromSpieler() );
-sleep(1);
+sleep(2);
 if( ! $spielerdebut ) $spielerdebut='[]';
 
 
-- 
GitLab