mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
build: fix missing max_queued_clients in augeas test file for libvirtd.conf
Broken in commit 1199edb1d4e3ebbc691bd32d3519a3b662225420
This commit is contained in:
parent
0e671a1646
commit
1ecbff4073
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user