mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
bump wait after loading config by 50ms
This commit is contained in:
parent
c5c9360d32
commit
bc7568a191
@ -147,7 +147,7 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
log_info("Profile %s loaded", cvalue);
|
log_info("Profile %s loaded", cvalue);
|
||||||
set_parameter_string(vmr, "command.load", cvalue);
|
set_parameter_string(vmr, "command.load", cvalue);
|
||||||
Sleep(250);
|
Sleep(300);
|
||||||
clear_dirty(vmr);
|
clear_dirty(vmr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user