fixed problem with profile posts

This commit is contained in:
jeena 2013-09-09 10:05:02 +02:00
parent 06a3ff9540
commit 4d8bf41e3c
3 changed files with 4 additions and 7 deletions

View file

@ -14,7 +14,7 @@ function(Core, APICalls, HostApp, URI) {
this.action = "timeline";
this.reload_blocked = false;
this.posts_limit = 25;
this.posts_limit = 50;
this.max_length = 200;
this.timeout = 10 * 1000; // every 10 seconds
this.since_id = null;