From 259b22065e6d191791277e868aa93be73883be3e Mon Sep 17 00:00:00 2001 From: Quinten Date: Wed, 29 Oct 2025 14:30:21 +0100 Subject: [PATCH] no sleep --- htdocs/site-3/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/site-3/index.php b/htdocs/site-3/index.php index 1303a02..3448fdb 100644 --- a/htdocs/site-3/index.php +++ b/htdocs/site-3/index.php @@ -13,8 +13,6 @@ if (!isset($_SESSION['request_count'])) { // Increment on each request $_SESSION['request_count']++; -sleep(8); // Simulate some processing delay - ?>