changed X & Y to 27 & 20 for cmd Dos protection
[spider.git] / perl / DXCommandmode.pm
index 567b94560589ccc25672aa10c46e444167b0bc74..b3718721c69a843fe947c8a06d0725f0f36c37dc 100644 (file)
@@ -65,8 +65,8 @@ $cmdimportdir = "$main::root/cmd_import"; # the base directory for importing com
 $users = 0;                                      # no of users on this node currently
 $maxusers = 0;                           # max no users on this node for this run
 $maxcmdlth = 512;                              # max length of incoming cmd line (including the command and any arguments
-$maxcmdcount = 16;                             # max no cmds entering $cmdinterval seconds
-$cmdinterval = 9;                              # if user enters more than $maxcmdcount in $cmdinterval seconds, they are logged off
+$maxcmdcount = 27;                             # max no cmds entering $cmdinterval seconds
+$cmdinterval = 20;                             # if user enters more than $maxcmdcount in $cmdinterval seconds, they are logged off
 
 #
 # obtain a new connection this is derived from dxchannel