changed tweet buffer draft
authorveltr
Fri, 24 Feb 2012 15:36:11 +0100
changeset 43 d63529bd67ad
parent 42 6cba3a02a1a1
child 44 02971f8dcaa5
changed tweet buffer
client/js/tweetsource.js
--- a/client/js/tweetsource.js	Fri Feb 24 15:28:00 2012 +0100
+++ b/client/js/tweetsource.js	Fri Feb 24 15:36:11 2012 +0100
@@ -216,7 +216,7 @@
     this.tweetArray = _tweetArray;
     this.majorInterval = 10000; // Time slices for calculating the minor Interval setting
     this.minimumInterval = 1000; // Safe limit to avoid tweets going to the wrong column
-    this.initialBuffer = 30000; // don't start with empty columns, but show the tweets of the last 30 seconds
+    this.initialBuffer = 120000; // don't start with empty columns, but show the tweets of the last 120 seconds
     this.waitIfNoTweets = 2000;
     this.callback = _callback;
     this.lastEndTime = new Date().valueOf() - this.initialBuffer;