We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02271d0 commit 616cac0Copy full SHA for 616cac0
1 file changed
Apps/QueryLogsDuckDBApp/App.cs
@@ -223,6 +223,7 @@ public async Task InitializeAsync(IDnsServer dnsServer, string config)
223
new BoundedChannelOptions(CHANNEL_CAPACITY)
224
{
225
SingleReader = true,
226
+ SingleWriter = true,
227
FullMode = BoundedChannelFullMode.DropWrite
228
});
229
0 commit comments