Skip to content

Commit

Permalink
chore: 修改postMessage时间间隔;
Browse files Browse the repository at this point in the history
  • Loading branch information
lareinayanyu committed Nov 26, 2024
1 parent b0ed9f7 commit 0ee2315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 320 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ export default class Bus {
this._send(this._queue)
this._queue = []
this._timeoutId = null
}, 10)
}, 16)
}
}

This file was deleted.

0 comments on commit 0ee2315

Please sign in to comment.