Skip to content

Commit

Permalink
Update performance log of site.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Mar 9, 2015
1 parent 1e8f60c commit d8e256d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/globals/site.js
Expand Up @@ -320,7 +320,7 @@ $.site = $.fn.site = function(parameters) {
});
}
clearTimeout(module.performance.timer);
module.performance.timer = setTimeout(module.performance.display, 100);
module.performance.timer = setTimeout(module.performance.display, 500);
},
display: function() {
var
Expand Down

0 comments on commit d8e256d

Please sign in to comment.