build: fix missing max_queued_clients in augeas test file for libvirtd.conf

Broken in commit 1199edb1d4
This commit is contained in:
Laine Stump 2013-08-05 15:09:52 -04:00
parent 0e671a1646
commit 1ecbff4073

View File

@ -35,6 +35,7 @@ module Test_libvirtd =
{ "2" = "fred@EXAMPLE.COM" }
}
{ "max_clients" = "20" }
{ "max_queued_clients" = "1000" }
{ "min_workers" = "5" }
{ "max_workers" = "20" }
{ "prio_workers" = "5" }