Increase the HOT_COUNT to avoid shorting out setting fp toString methods.

This commit is contained in:
John-David Dalton
2016-09-01 01:12:12 -07:00
parent 02be5b808e
commit fc734a6371

View File

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