--- deliantra/server/ext/tcp.ext 2006/12/21 06:12:35 1.3 +++ deliantra/server/ext/tcp.ext 2006/12/22 06:02:29 1.4 @@ -18,7 +18,7 @@ exit (2); } -Event->io (fd => $LISTEN, poll => 'r', data => cf::WF_AUTOCANCEL, cb => sub { +Event->io (fd => $LISTEN, nice => 1, poll => 'r', data => cf::WF_AUTOCANCEL, cb => sub { my ($fh, $peername) = $LISTEN->accept or return;