mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
沙盒功能支持文件上传
This commit is contained in:
@@ -50,11 +50,11 @@ public class OpenConfig {
|
||||
private String errorResponseName = "error_response";
|
||||
|
||||
/** 请求超时时间 */
|
||||
private int connectTimeoutSeconds = 10;
|
||||
private int connectTimeoutSeconds = 60;
|
||||
/** http读取超时时间 */
|
||||
private int readTimeoutSeconds = 10;
|
||||
private int readTimeoutSeconds = 60;
|
||||
/** http写超时时间 */
|
||||
private int writeTimeoutSeconds = 10;
|
||||
private int writeTimeoutSeconds = 60;
|
||||
|
||||
/**
|
||||
* 构建数据节点名称
|
||||
|
Reference in New Issue
Block a user