--- deliantra/server/ext/commands.ext 2007/07/06 02:51:21 1.53 +++ deliantra/server/ext/commands.ext 2007/07/06 03:52:51 1.54 @@ -287,8 +287,8 @@ return $ob->reply (undef, sprintf "Output rate is presently %dbps.", $ob->contr->ns->max_rate / $cf::TICK) unless $arg > 0; - # minimum is 2k/s - $ob->contr->ns->max_rate ((List::Util::max 2048, $arg) * $cf::TICK); + # minimum is 5k/s + $ob->contr->ns->max_rate ((List::Util::max 5000, $arg) * $cf::TICK); $ob->reply (undef, sprintf "Output rate now set to %dbps.", $ob->contr->ns->max_rate / $cf::TICK); 1