Change delay time
This commit is contained in:
parent
5bf51d108c
commit
616eaa3238
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
_uploadData[file] = (percent, totalRead);
|
_uploadData[file] = (percent, totalRead);
|
||||||
|
|
||||||
await InvokeAsync(StateHasChanged);
|
await InvokeAsync(StateHasChanged);
|
||||||
await Task.Delay(500, _cancel.Token);
|
await Task.Delay(10, _cancel.Token);
|
||||||
}
|
}
|
||||||
|
|
||||||
stream.Close();
|
stream.Close();
|
||||||
|
|
Loading…
Reference in a new issue