mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Increase the HOT_COUNT to avoid shorting out setting fp toString methods.
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
DEFAULT_TRUNC_OMISSION = '...';
|
DEFAULT_TRUNC_OMISSION = '...';
|
||||||
|
|
||||||
/** Used to detect hot functions by number of calls within a span of milliseconds. */
|
/** Used to detect hot functions by number of calls within a span of milliseconds. */
|
||||||
var HOT_COUNT = 150,
|
var HOT_COUNT = 500,
|
||||||
HOT_SPAN = 16;
|
HOT_SPAN = 16;
|
||||||
|
|
||||||
/** Used to indicate the type of lazy iteratees. */
|
/** Used to indicate the type of lazy iteratees. */
|
||||||
|
|||||||
Reference in New Issue
Block a user