From 3688028ba0b25c94671a500a672a105dffa938cd Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Thu, 21 Jun 2012 02:02:11 +0000 Subject: [PATCH] Reduced the Topic() delay because it was so damn high it was impossible to operate anything. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3882 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/client/client procs.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index b245c09f29f..ec367a706fc 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -1,7 +1,9 @@ //////////// //SECURITY// //////////// -#define TOPIC_SPAM_DELAY 7 //7 tick delay is about half a second +#define TOPIC_SPAM_DELAY 4 //4 tick delay is about half a second + // REDUCED because holy fucking balls the delay was too damn high + #define UPLOAD_LIMIT 1048576 //Restricts client uploads to the server to 1MB //Could probably do with being lower. /* When somebody clicks a link in game, this Topic is called first.