File tree Expand file tree Collapse file tree
src/main/java/com/coze/openapi/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 </parent >
4444
4545 <artifactId >coze-api</artifactId >
46- <version >0.4.0 </version >
46+ <version >0.4.1 </version >
4747
4848 <scm >
4949 <connection >scm:git:git://github.com/coze-dev/coze-java.git</connection >
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ protected T init() {
332332 }
333333
334334 if (this .readTimeout == 0 ) {
335- this .readTimeout = 5000 ;
335+ this .readTimeout = 50000 ;
336336 }
337337
338338 if (this .connectTimeout == 0 ) {
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public static class Builder {
151151 private String baseURL = Consts .COZE_COM_BASE_URL ;
152152 private Auth auth ;
153153 private OkHttpClient client ;
154- private int readTimeout = 5000 ;
154+ private int readTimeout = 633000 ;
155155 private int connectTimeout = 5000 ;
156156
157157 public Builder logger (Logger logger ) {
Original file line number Diff line number Diff line change 1616 <dependency >
1717 <groupId >com.coze</groupId >
1818 <artifactId >coze-api</artifactId >
19- <version >0.4.0 </version >
19+ <version >0.4.1 </version >
2020 </dependency >
2121 </dependencies >
2222</project >
You can’t perform that action at this time.
0 commit comments