request the first routes after one second
Again, aiming for a more responsive look and feel. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
@@ -9,7 +9,7 @@ g.planes = {};
|
||||
g.planesOrdered = [];
|
||||
g.route_cache = [];
|
||||
g.route_check_array = [];
|
||||
g.route_cache_timer = new Date().getTime() / 1000 + 5; // 5 seconds from now
|
||||
g.route_cache_timer = new Date().getTime() / 1000 + 1; // one second from now
|
||||
|
||||
// Define our global variables
|
||||
let tabHidden = false;
|
||||
|
||||
Reference in New Issue
Block a user