mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 22:48:47 +00:00
HttpClient: Double peek size.
This commit is contained in:
parent
6136ec7fb0
commit
f05eb5079f
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public final class HttpClient {
|
|||
|
||||
private static final String SCRAPE_ACCEPT = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";
|
||||
public static final int SCRAPE_INITIAL_CAPACITY = 4096;
|
||||
private static final int SCRAPE_PEEK_SIZE = 4096;
|
||||
private static final int SCRAPE_PEEK_SIZE = 8192;
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(HttpClient.class);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue