mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +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 boolean debugging = false;
|
||||
protected int connectionTimeout = 0;
|
||||
private int readTimeout = 0;
|
||||
|
||||
protected Client httpClient;
|
||||
protected JSON json;
|
||||
|
Loading…
Reference in New Issue
Block a user