Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#16839 closed enhancement (fixed)

Increase default timeout on overpass to 65-85s

Reported by: pangoSE Owned by: team
Priority: normal Milestone: 18.10
Component: Core Version:
Keywords: timeout overpass Cc:

Description

It keeps timing out here on 25s which is default.

Attachments (0)

Change History (7)

comment:1 by Don-vip, 6 years ago

Keywords: timeout overpass added
Type: defectenhancement

comment:2 by Don-vip, 6 years ago

Milestone: 18.10

comment:3 by Don-vip, 6 years ago

Resolution: fixed
Status: newclosed

In 14324/josm:

fix #16839 - increase default overpass wizard timeout from 25 to 90 seconds (can be configured with overpass.wizard.timeout)

comment:4 by pangoSE, 6 years ago

Perfect, thanks!

comment:5 by pangoSE, 6 years ago

Just tested this in 14319 and

name~/Vårdapoteket/i in sweden"

resulted in

[out:xml][timeout:25];
{{geocodeArea:sweden}}->.searchArea;
(
  node["name"~"Vårdapoteket",i](area.searchArea);
  way["name"~"Vårdapoteket",i](area.searchArea);
  relation["name"~"Vårdapoteket",i](area.searchArea);
);
(._;>;);
out meta;

even though I added

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<config>
<preferences operation="append">
<tag key="overpass.wizard.timeout" value="65" xmlns="http://josm.openstreetmap.de/preferences-1.0"/>
</preferences>
</config>

and restarted in between.

Last edited 6 years ago by Don-vip (previous) (diff)

in reply to:  5 comment:6 by Don-vip, 6 years ago

Replying to pangoSE:

Just tested this in 14319

Please read again, I just fixed the issue in r14324. You must wait tomorrow.

Last edited 6 years ago by Don-vip (previous) (diff)

comment:7 by pangoSE, 6 years ago

Thanks for the fix! I seem to have misunderstood.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.