Skip to content

Commit 616cac0

Browse files
committed
Added SingleWriter
1 parent 02271d0 commit 616cac0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Apps/QueryLogsDuckDBApp/App.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ public async Task InitializeAsync(IDnsServer dnsServer, string config)
223223
new BoundedChannelOptions(CHANNEL_CAPACITY)
224224
{
225225
SingleReader = true,
226+
SingleWriter = true,
226227
FullMode = BoundedChannelFullMode.DropWrite
227228
});
228229

0 commit comments

Comments
 (0)