mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Changing BTSendRateMax to help with key-down scenarios.
This commit is contained in:
parent
d76756f5f6
commit
58908bb1a4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const blockIconURI = 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNv
|
||||||
* A maximum number of BT message sends per second, to be enforced by the rate limiter.
|
* A maximum number of BT message sends per second, to be enforced by the rate limiter.
|
||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
const BTSendRateMax = 20;
|
const BTSendRateMax = 40;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enum for Ev3 direct command types.
|
* Enum for Ev3 direct command types.
|
||||||
|
|
Loading…
Reference in a new issue