whoops
authorzapata <zapata>
Sun, 9 Jan 2005 20:41:55 +0000 (20:41 +0000)
committerzapata <zapata>
Sun, 9 Jan 2005 20:41:55 +0000 (20:41 +0000)
source/mircoders/localizer/basic/MirBasicOpenPostingLocalizer.java

index 5501e7a..e621cc4 100755 (executable)
@@ -88,7 +88,7 @@ public class MirBasicOpenPostingLocalizer implements MirOpenPostingLocalizer {
     addSimpleAntiAbuseFilterType(new IPFilterType("ip"));
     addSimpleAntiAbuseFilterType(new RegularExpressionFilterType("hostname", false, false,
         RegularExpressionFilterType.REQUEST_HEADERS, new String[] {"hostname"}));
-    addSimpleAntiAbuseFilterType(new ThrottleFilter("throttle", 60*60*1000));
+    addSimpleAntiAbuseFilterType(new ThrottleFilter("throttle"));
   }
 
   public SessionHandler getOpenSessionHandler(String aSessionType) throws MirLocalizerExc, MirLocalizerFailure  {