decreased MAX_CHILDS in all packages as we have only 1 adm

This commit is contained in:
Serghey Rodin 2011-09-21 11:38:35 +03:00
commit 8d0e421ef1
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ BANDWIDTH='10000'
NS='ns1.localhost,ns2.localhost'
SHELL='nologin'
BACKUPS='3'
MAX_CHILDS='300'
MAX_CHILDS='0'

View file

@ -12,4 +12,4 @@ BANDWIDTH='50000'
NS='ns1.localhost,ns2.localhost'
SHELL='nologin'
BACKUPS='5'
MAX_CHILDS='300'
MAX_CHILDS='0'