Update constants
This commit is contained in:
parent
d62a92b5e8
commit
ff236c7d81
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ import static fi.iki.elonen.NanoHTTPD.newFixedLengthResponse;
|
|||
|
||||
public class TileEndpoint implements OsmAndHttpServer.ApiEndpoint {
|
||||
|
||||
private static final int TIMEOUT_STEP = 500;
|
||||
private static final int TIMEOUT = 10000;
|
||||
private static final int TIMEOUT_STEP = 150;
|
||||
private static final int TIMEOUT = 15000;
|
||||
|
||||
|
||||
private static final Log LOG = PlatformUtil.getLog(TileEndpoint.class);
|
||||
|
|
Loading…
Reference in a new issue