From 87e3864daf62be4c8b0f8b5fd1ce6a4aacd09748 Mon Sep 17 00:00:00 2001
From: Daniel Winzen <d@winzen4.de>
Date: Mon, 28 Nov 2016 16:27:01 +0100
Subject: [PATCH] Increase manual refresh timeout, annoying when server busy

---
 chat.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat.php b/chat.php
index 6d37bbb..54b6a73 100644
--- a/chat.php
+++ b/chat.php
@@ -274,7 +274,7 @@ function print_stylesheet($init=false){
 	echo '.post table,.controls table,.login table{border-spacing:0px;margin-left:auto;margin-right:auto;} .login table{border:2px solid;} .controls{overflow-y:none;} ';
 	echo '#manualrefresh{display:block;position:fixed;text-align:center;left:25%;width:50%;animation:timeout_messages ';
 	if(isset($U['refresh'])){
-		echo $U['refresh']+10;
+		echo $U['refresh']+20;
 	}else{
 		echo '160';
 	}