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