Bump HOT_COUNT limit to improve fp debugging.

This commit is contained in:
John-David Dalton
2016-10-19 16:22:08 -07:00
parent 609ae34b4e
commit 7a03898ffe

View File

@@ -51,7 +51,7 @@
DEFAULT_TRUNC_OMISSION = '...';
/** 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;
/** Used to indicate the type of lazy iteratees. */