From b7341fdcb0f10025b725172d7b95ba5b1294b9d3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Dec 2017 12:42:04 +0100 Subject: Use unbounded queue for client signals --- src/gui/ConnectWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp index 1aea8b26..f719cdc1 100644 --- a/src/gui/ConnectWindow.cpp +++ b/src/gui/ConnectWindow.cpp @@ -183,7 +183,7 @@ ConnectWindow::connect_remote(const Raul::URI& uri) Ingen::World* world = _app->world(); SPtr tsci( - new Client::ThreadedSigClientInterface(1024)); + new Client::ThreadedSigClientInterface()); SPtr iface(world->new_interface(uri, tsci)); if (iface) { -- cgit v1.2.1