summaryrefslogtreecommitdiffstats
path: root/test/echo-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/echo-server.c')
-rw-r--r--test/echo-server.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/echo-server.c b/test/echo-server.c
index 99f97ffd..27e10e72 100644
--- a/test/echo-server.c
+++ b/test/echo-server.c
@@ -9,6 +9,9 @@ new_connection_callback (DBusServer *server,
{
printf ("Got new connection\n");
+ dbus_connection_set_max_live_messages_size (new_connection,
+ 10);
+
setup_connection (new_connection);
}