mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Delay Increase
- Increased delay to 0.05s. - Added Sam Stuck to AUTHORS, by way of thanks.
This commit is contained in:
parent
5f13019d05
commit
c5d3042bbf
2 changed files with 2 additions and 1 deletions
|
@ -280,7 +280,7 @@ bool A3::is_command (
|
|||
void A3::append_stdin ()
|
||||
{
|
||||
// Delay, to give it a chance to buffer the input.
|
||||
delay (0.01);
|
||||
delay (0.05);
|
||||
|
||||
// Use 'select' to determine whether there is any std::cin content buffered
|
||||
// before trying to read it, to prevent blocking.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue