Skip to content

Commit

Permalink
reduce interval
Browse files Browse the repository at this point in the history
  • Loading branch information
YukihoAA committed Sep 2, 2019
1 parent f9a8eaf commit 38e7af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waifu2x_snowshell/Converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ DWORD WINAPI Converter::ConvertPorc(PVOID lParam) {
wsprintf(InQueueText, L"In queue: %d/%d", i, This->ConvertQueue.size() + i);
SetDlgItemText(This->hProgressDlg, IDC_TEXT1, InQueueText);
if(This->execute(&This->ConvertQueue.front())){
Sleep(300);
Sleep(200);
}
else {
ErrorQueue.push(This->ConvertQueue.front());
Expand Down

0 comments on commit 38e7af2

Please sign in to comment.