Skip to content

Commit

Permalink
reduce reload interval
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbf committed Jan 29, 2023
1 parent ac759bf commit 6fab452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const clearAsyncInterval = (intervalIndex) => {
mapboxgl.accessToken = 'pk.eyJ1IjoiY3ljbG9wdGl2aXR5IiwiYSI6ImNqcDY0NnZnYzBmYjYzd284dzZudmdvZmUifQ.RyR4jd1HRggrbeZRvkv0xg';
var markers = [];
var reload = true;
var redrawTimeoutMs = 5000;
var redrawTimeoutMs = 15000;
var pilots = false;

const styleLight = 'mapbox://styles/cycloptivity/ckrai7rg601cw18p5zu4ntq27';
Expand Down

0 comments on commit 6fab452

Please sign in to comment.