X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=b3718721c69a843fe947c8a06d0725f0f36c37dc;hp=567b94560589ccc25672aa10c46e444167b0bc74;hb=f43ac25669a7b9368d9537eed2043a864a906303;hpb=a13f69ce9f26ea2b95be1e6de1f14f50ab7065d8 diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 567b9456..b3718721 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -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