sequential segment requests (Async.js queue) instead of firing all at once,
fixes terminated requests when number of segments > maxthreads
This commit is contained in:
parent
7e0bda0f07
commit
9ec5985b2c
8 changed files with 2802 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,5 +3,9 @@ bower_components/leaflet-routing/examples/
|
|||
bower_components/Leaflet.Elevation/*
|
||||
!bower_components/Leaflet.Elevation/dist/
|
||||
!bower_components/Leaflet.Elevation/src/
|
||||
bower_components/async/*
|
||||
!bower_components/async/lib/
|
||||
!bower_components/async/README.md
|
||||
!bower_components/async/LICENSE
|
||||
nbproject/
|
||||
.idea/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue