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
This commit is contained in:
vageyenaman@gmail.com
2012-06-21 02:02:11 +00:00
parent 14a0337b37
commit 3688028ba0
+3 -1
View File
@@ -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.