summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2005-10-07 15:40:42 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:45 -0400
commit88b74ed48b49741a0de7bc11316c89ae58ea2d8d (patch)
treeee9909cf3c51cabf26faeac148a65622879d0bb1
parent2dd72d45350881884dddccbbe6e1006eba74ea3a (diff)
downloadqarsh-88b74ed48b49741a0de7bc11316c89ae58ea2d8d.tar.gz
qarsh-88b74ed48b49741a0de7bc11316c89ae58ea2d8d.tar.xz
qarsh-88b74ed48b49741a0de7bc11316c89ae58ea2d8d.zip
Increase the number of connections per second allowed.
-rw-r--r--qarsh.xinetd1
1 files changed, 1 insertions, 0 deletions
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
}