web/res/js-tweetcast/live-polemic.js
changeset 438 892c3d9f635c
parent 424 e67c4b18a16b
child 466 8231b4f3acca
--- a/web/res/js-tweetcast/live-polemic.js	Mon Dec 19 10:18:50 2011 +0100
+++ b/web/res/js-tweetcast/live-polemic.js	Mon Dec 19 11:22:55 2011 +0100
@@ -1070,10 +1070,10 @@
                 if (!twCx.tweets) {
                     return;
                 }
-                $.getJSON( source_address + '/?after_id=' + twCx.tweets[twCx.tweets.length - 1].id + '&callback=?', function(data) {
+                $.getJSON( source_address + '/?from=' + twCx.tweets.length + '&callback=?', function(data) {
                     loadTweets(data.tweets, true);
                 });
-            }, 1000);
+            }, 5000);
             break;
         
         case "standalone" :