diff --git a/lodash.js b/lodash.js index c57db7ed4..ec1472b50 100644 --- a/lodash.js +++ b/lodash.js @@ -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. */