mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
Add readTimeout field (#6961)
This commit is contained in:
parent
372f16d28b
commit
818ff8f245
@ -61,6 +61,7 @@ public class ApiClient {
|
|||||||
protected String basePath = "{{{basePath}}}";
|
protected String basePath = "{{{basePath}}}";
|
||||||
protected boolean debugging = false;
|
protected boolean debugging = false;
|
||||||
protected int connectionTimeout = 0;
|
protected int connectionTimeout = 0;
|
||||||
|
private int readTimeout = 0;
|
||||||
|
|
||||||
protected Client httpClient;
|
protected Client httpClient;
|
||||||
protected JSON json;
|
protected JSON json;
|
||||||
|
Loading…
Reference in New Issue
Block a user