forked from loafle/openapi-generator-original
Add readTimeout field (#6961)
This commit is contained in:
committed by
William Cheng
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;
|
||||
|
||||
Reference in New Issue
Block a user