]> xenbits.xensource.com Git - libvirt.git/commit
libvirtd.conf: Fix invalid default of max_anonymous_clients
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 26 Jun 2016 07:44:41 +0000 (09:44 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Jun 2016 06:54:03 +0000 (08:54 +0200)
commit60f1f1082a635928d9310ec49ea13290e7e13929
tree26ee5c00cf4411d4adebf963e173099afead435b
parent0b4645a7e061abc8a4be71fe89865cf248ce6e56
libvirtd.conf: Fix invalid default of max_anonymous_clients

https://bugzilla.redhat.com/show_bug.cgi?id=1343442

When a client connects, it is placed into a queue. As soon as it
authenticate, it is taken out of that queue and placed into a
different one. Now, we have a setting in the daemon config file
that allows users to control the length of the queue of yet not
authenticated clients. By default, it has a value 20 but in the
description to the config knob we clam it's zero.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
daemon/libvirtd.conf