We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e2349 commit 6468a78Copy full SHA for 6468a78
src/common/input/WriteBuffer.ts
@@ -202,7 +202,8 @@ export class WriteBuffer extends Disposable {
202
* throughput by eval'ing `startTime` upfront pulling at least one more chunk into the
203
* current microtask queue (executed before setTimeout).
204
*/
205
- // const continuation: (r: boolean) => void = performance.now() - startTime >= WRITE_TIMEOUT_MS
+ // const continuation: (r: boolean) => void = performance.now() - startTime >=
206
+ // WRITE_TIMEOUT_MS
207
// ? r => setTimeout(() => this._innerWrite(0, r))
208
// : r => this._innerWrite(startTime, r);
209
0 commit comments