Skip to content

Commit 6561423

Browse files
committed
revert: increase bridge throttle
1 parent 4efc5e3 commit 6561423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared-utils/src/bridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { EventEmitter } from 'events'
22
import { raf } from './raf'
33

4-
const BATCH_DURATION = 200
4+
const BATCH_DURATION = 100
55

66
export class Bridge extends EventEmitter {
77
wall: any // @TODO

0 commit comments

Comments
 (0)