From e04e667bb233c8d32572454b87c87d9b249125d2 Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Thu, 26 Apr 2012 01:12:50 +0000 Subject: [PATCH] 60 ticks != 60 seconds derp. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3510 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/verbs/getlogs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/getlogs.dm b/code/modules/admin/verbs/getlogs.dm index 6a3cf6f5706..2a6fe1756fa 100644 --- a/code/modules/admin/verbs/getlogs.dm +++ b/code/modules/admin/verbs/getlogs.dm @@ -13,7 +13,7 @@ codebase for the entire /TG/station commuity a TONNE easier :3 Thanks for your help! */ -#define FTPDELAY 60 //60 tick delay to discourage spam +#define FTPDELAY 600 //600 tick delay to discourage spam /* These procs have failsafes built in to prevent spamming of file requests. As such it can only be used once every [FTPDELAY] ticks. This can be changed by modifying FTPDELAY's value above.