沙盒功能支持文件上传

This commit is contained in:
tanghc
2019-07-11 16:44:47 +08:00
parent 682d3710ee
commit 22d87f7791
20 changed files with 560 additions and 42 deletions

View File

@@ -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;
/**
* 构建数据节点名称