liamcottle / atlas-for-rust

Atlas is an unofficial interactive map experience for Rust.
https://liamcottle.github.io/atlas-for-rust
61 stars 11 forks source link

vending machines refresh rate ?? #7

Closed C74K closed 1 year ago

C74K commented 2 years ago

how to incrase vending machines refresh rate ??

liamcottle commented 2 years ago

This is hardcoded to 15 seconds to avoid getting rate limited.

https://github.com/liamcottle/atlas-for-rust/blob/master/src/components/RustPlus.vue#L526

If you click the refresh button (next to the "Search Vending Machines" button), it will refresh all of the map markers which includes the vending machines contents.