added next view shortcut to linux
This commit is contained in:
parent
cf4e3386e7
commit
3cda481255
4 changed files with 35 additions and 2 deletions
|
@ -14,7 +14,7 @@ function(Core, Paths, HostApp, URI) {
|
|||
this.action = "timeline";
|
||||
this.reload_blocked = false;
|
||||
|
||||
this.max_length = 200;
|
||||
this.max_length = 20;
|
||||
this.timeout = 10 * 1000; // every 10 seconds
|
||||
this.since_id = null;
|
||||
this.since_id_entity = null;
|
||||
|
|
Reference in a new issue