lib/suricate/generator/assets/javascript/application.js in suricate-0.0.2 vs lib/suricate/generator/assets/javascript/application.js in suricate-0.0.3

- old
+ new

@@ -74,10 +74,10 @@ if(this.updateInterval === undefined) { var self = this; this.update(); this.updateInterval = window.setInterval(function() { self.update(); - }, 20000); + }, 20); } }; Suricate.Application.prototype.stopUpdates = function() { if(this.updateInterval !== undefined) {