mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-23 05:03:36 +03:00
perf: tweak pty flow control
This commit is contained in:
parent
e33e954e41
commit
60046da4b3
@ -7,8 +7,8 @@ import { Application } from './app'
|
||||
class PTYDataQueue {
|
||||
private buffers: Buffer[] = []
|
||||
private delta = 0
|
||||
private maxChunk = 1024
|
||||
private maxDelta = 1024 * 50
|
||||
private maxChunk = 1024 * 100
|
||||
private maxDelta = this.maxChunk * 5
|
||||
private flowPaused = false
|
||||
private decoder = new StringDecoder()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user