mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-21 10:00:41 +02:00
dbus-daemon test: avoid reaching pending reply limit
We were not actually doing what was intended (flooding the bus with 10k or 100k messages for the other side) because the bus was limiting the sender to 128 parallel method calls. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=86442 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
de83bdc404
commit
78b40bbde8
1 changed files with 3 additions and 0 deletions
|
|
@ -15,4 +15,7 @@
|
|||
</policy>
|
||||
|
||||
<limit name="max_incoming_bytes">1</limit>
|
||||
|
||||
<!-- Avoid reaching this limit -->
|
||||
<limit name="max_replies_per_connection">1000000</limit>
|
||||
</busconfig>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue