|
@@ -27,7 +27,7 @@ public abstract class ChatApiClient {
|
|
|
|
|
|
public ChatApiClient(ChatApiConfig config) {
|
|
|
this.client = new OkHttpClient.Builder().connectionPool(new ConnectionPool())
|
|
|
- .connectTimeout(Duration.ofSeconds(10)).readTimeout(Duration.ofSeconds(30)).build();
|
|
|
+ .connectTimeout(Duration.ofSeconds(10)).readTimeout(Duration.ofSeconds(50)).build();
|
|
|
this.mapper = new ObjectMapper();
|
|
|
this.config = config;
|
|
|
if (config.getQpm() > 0) {
|