mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 19:08:47 +00:00
increase read timeout for Lucern
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@331 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
dbd79a501d
commit
0edcbe09a4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public final class ParserUtils
|
|||
private static final String SCRAPE_USER_AGENT = "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10";
|
||||
private static final int SCRAPE_INITIAL_CAPACITY = 4096;
|
||||
private static final int SCRAPE_CONNECT_TIMEOUT = 5000;
|
||||
private static final int SCRAPE_READ_TIMEOUT = 10000;
|
||||
private static final int SCRAPE_READ_TIMEOUT = 15000;
|
||||
private static final String SCRAPE_DEFAULT_ENCODING = "ISO-8859-1";
|
||||
|
||||
private static String stateCookie;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue