Lowered wait delay on Windows.
This commit is contained in:
parent
69d552a87b
commit
eb1e29811b
@ -301,7 +301,7 @@ ref <vmime::utility::childProcessFactory> windowsHandler::getChildProcessFactory
|
||||
|
||||
void windowsHandler::wait() const
|
||||
{
|
||||
::Sleep(1000);
|
||||
::Sleep(100);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user