diff options
author | jin xin <j00101220@huawei.com> | 2016-11-03 16:34:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-11-03 16:34:33 +0000 |
commit | 8604545981896ada46f75f4d48f922ae40723419 (patch) | |
tree | cb2e95ae686e288d5fcadcf94ae2e2169c8d93d8 | |
parent | 60d3ad34beec40ad498d37a2eb1daaffd251a1b2 (diff) | |
parent | bfec1d791768cfdf2c0bb12cb326b35e7e85c4ac (diff) |
Merge "fix issue: GSO-60" into sun
-rw-r--r-- | servicegateway/deployment/src/main/release/etc/conf/restclient.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servicegateway/deployment/src/main/release/etc/conf/restclient.json b/servicegateway/deployment/src/main/release/etc/conf/restclient.json index b30e05c0..c7e61a56 100644 --- a/servicegateway/deployment/src/main/release/etc/conf/restclient.json +++ b/servicegateway/deployment/src/main/release/etc/conf/restclient.json @@ -7,5 +7,5 @@ "ConnectTimeout":"1000",
"thread":"10",
"idletimeout":"500000",
- "timeout":"10000"
+ "timeout":"600000"
}
\ No newline at end of file |