0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-17 01:51:53 +01:00

construct: Slightly slower console output throttle.

This commit is contained in:
Jason Volk 2018-04-08 12:38:38 -07:00
parent 7f7278187f
commit c61186fb8f

View file

@ -320,7 +320,7 @@ handle_line_bymodule(const string_view &line)
}; };
std::cout << substr << std::flush; std::cout << substr << std::flush;
ctx::sleep(milliseconds(25)); ctx::sleep(milliseconds(50));
} }
if(!endswith(str, '\n')) if(!endswith(str, '\n'))