TerminalView: Process output is sent to the terminal each 50 ms now, instead of 250 ms before.
[GB.FORM.TERMINAL] * NEW: TerminalView: Process output is sent to the terminal each 50 ms now, instead of 250 ms before.
This commit is contained in:
parent
19609d3eb4
commit
6136b8e840
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ Public Sub Process_Read()
|
|||
$sBuffer &= sData
|
||||
Endif
|
||||
|
||||
If (Timer - $fStart) > 0.25 Then
|
||||
If (Timer - $fStart) >= 0.05 Then
|
||||
$hOutputTimer.Trigger
|
||||
Else
|
||||
$hOutputTimer.Restart
|
||||
|
|
Loading…
Reference in a new issue