mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 16:34:13 +01:00
construct: Slightly slower console output throttle.
This commit is contained in:
parent
7f7278187f
commit
c61186fb8f
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ handle_line_bymodule(const string_view &line)
|
|||
};
|
||||
|
||||
std::cout << substr << std::flush;
|
||||
ctx::sleep(milliseconds(25));
|
||||
ctx::sleep(milliseconds(50));
|
||||
}
|
||||
|
||||
if(!endswith(str, '\n'))
|
||||
|
|
Loading…
Reference in a new issue