From 88b74ed48b49741a0de7bc11316c89ae58ea2d8d Mon Sep 17 00:00:00 2001 From: Nate Straz Date: Fri, 7 Oct 2005 15:40:42 +0000 Subject: Increase the number of connections per second allowed. --- qarsh.xinetd | 1 + 1 file changed, 1 insertion(+) diff --git a/qarsh.xinetd b/qarsh.xinetd index b3ea737..40e9e39 100644 --- a/qarsh.xinetd +++ b/qarsh.xinetd @@ -12,4 +12,5 @@ service qarsh wait = no user = root server = /usr/sbin/qarshd + cps = 500 2 } -- cgit