ws cobra_subscribe / sleep 1s instead of 10ms in the main loop
This commit is contained in:
parent
f3f71314d9
commit
49865fed0a
@ -99,7 +99,7 @@ namespace ix
|
||||
|
||||
while (true)
|
||||
{
|
||||
std::chrono::duration<double, std::milli> duration(10);
|
||||
auto duration = std::chrono::seconds(1);
|
||||
std::this_thread::sleep_for(duration);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user