mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Fixing comment.
This commit is contained in:
parent
00d1a407ac
commit
d2c14f872c
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class MicroBit {
|
||||||
this._busy = false;
|
this._busy = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A task queue to track timed tasks over the socket.
|
* A task queue to track communication tasks sent over the socket.
|
||||||
* The max tokens for the task queue bucket is set to 1, the refill rate
|
* The max tokens for the task queue bucket is set to 1, the refill rate
|
||||||
* is set to 10/second. The max total cost is set to 30, meaning that the
|
* is set to 10/second. The max total cost is set to 30, meaning that the
|
||||||
* task queue will not add any new tasks if it contains tasks adding up to
|
* task queue will not add any new tasks if it contains tasks adding up to
|
||||||
|
|
Loading…
Reference in a new issue