mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Bump HOT_COUNT limit to improve fp debugging.
This commit is contained in:
@@ -51,7 +51,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 = 500,
|
var HOT_COUNT = 800,
|
||||||
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