adding a sane client_limit to anvil and auth, Fixes #126
This commit is contained in:
parent
71980d06a8
commit
f17c23cfe6
|
@ -136,10 +136,15 @@ service auth {
|
|||
mode = 0600
|
||||
user = vmail
|
||||
}
|
||||
# user = vmail
|
||||
|
||||
# set this to (default_client_limit * number of services using it)
|
||||
client_limit = 5000
|
||||
}
|
||||
|
||||
|
||||
service anvil {
|
||||
# set this to (default_client_limit * number of services using it)
|
||||
client_limit = 5000
|
||||
}
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue