Skip to content

Commit a0be706

Browse files
committed
Slow down QueryLog
See #337
1 parent dd3f5c6 commit a0be706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleDnsCrypt/ViewModels/QueryLogViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ await Task.Run(() =>
244244

245245
while (_isQueryLogLogging)
246246
{
247-
Thread.Sleep(200);
247+
Thread.Sleep(500);
248248
//if the file size has not changed, idle
249249
if (reader.BaseStream.Length == lastMaxOffset)
250250
continue;

0 commit comments

Comments
 (0)