Skip to content

Commit

Permalink
Slow down QueryLog
Browse files Browse the repository at this point in the history
See #337
  • Loading branch information
bitbeans committed Dec 3, 2018
1 parent dd3f5c6 commit a0be706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleDnsCrypt/ViewModels/QueryLogViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ await Task.Run(() =>

while (_isQueryLogLogging)
{
Thread.Sleep(200);
Thread.Sleep(500);
//if the file size has not changed, idle
if (reader.BaseStream.Length == lastMaxOffset)
continue;
Expand Down

0 comments on commit a0be706

Please sign in to comment.