This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

[closed] [overpass-api] Lots of timeout’s

0

I send this query to my local setup [out:json];(way(around:2000,13.0236291, 80.2652704)['highway'];node(around:2000,13.0236291, 80.2652704)['addr:street'];);out;

For around 50 parallel threads i get socket timeout exception for 30 or more threads, i tried increasing socket timeout limit in my java server, but it dint have any effect, i also tried passing [timeout:3600] along with the query, but it also dint have any effect, is this socket timeout due to any predefined setting inside OVERPASS API?

asked 08 Feb '16, 06:13

Arun%20Gowtham's gravatar image

Arun Gowtham
0111114
accept rate: 0%

closed 24 Feb '16, 20:11

mmd's gravatar image

mmd
5.7k15388

The question has been closed for the following reason “This topic is now being discussed on the overpass developer list.” by mmd 24 Feb ‘16, 20:11

Source code available on GitHub .