diff options
author | c00149107 <chenchuanyu@huawei.com> | 2016-11-25 11:12:02 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2016-11-25 11:12:02 +0800 |
commit | 32581b6364e1389276e476d8dc7912aab3f6224d (patch) | |
tree | 9ba278f94884cf09182f975fdd1fe1f01878e5c6 /servicegateway/deployment/src/main | |
parent | bbef3ed82ca4faee5b19ba820dae11e86054b291 (diff) |
fix issue : GSO-124
Change-Id: If9960955d0fa3e4af7f9a2331ec2678053ea5ed7
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'servicegateway/deployment/src/main')
-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 |