--- 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" :