mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Describe HOT vars a bit more. [ci skip]
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
var DEFAULT_TRUNC_LENGTH = 30,
|
var DEFAULT_TRUNC_LENGTH = 30,
|
||||||
DEFAULT_TRUNC_OMISSION = '...';
|
DEFAULT_TRUNC_OMISSION = '...';
|
||||||
|
|
||||||
/** Used to detect when a function becomes hot. */
|
/** Used to detect hot functions by number of calls within a span of milliseconds. */
|
||||||
var HOT_COUNT = 150,
|
var HOT_COUNT = 150,
|
||||||
HOT_SPAN = 16;
|
HOT_SPAN = 16;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user