Changed sleep to wait everywhere where it was needed
This commit is contained in:
parent
3ad8317df7
commit
72de5e5b90
9 changed files with 18 additions and 18 deletions
|
@ -238,7 +238,7 @@ namespace Mist {
|
|||
}
|
||||
/*LTS-END*/
|
||||
if (config->is_active){
|
||||
Util::sleep(1000);
|
||||
Util::wait(1000);
|
||||
}
|
||||
}
|
||||
finish();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue