keep the configuration as simple as possible, no qos, no cache

This commit is contained in:
geffzhang
2019-01-30 07:36:19 +08:00
parent 7427968261
commit bd7e18ca42
4 changed files with 1 additions and 16 deletions

View File

@ -5,13 +5,7 @@
"DownstreamScheme": "http",
"UpstreamPathTemplate": "/values",
"ServiceName": "downstreamservice",
"UpstreamHttpMethod": [ "Get" ],
"QoSOptions": {
"ExceptionsAllowedBeforeBreaking": 3,
"DurationOfBreak": 10000,
"TimeoutValue": 5000
},
"FileCacheOptions": { "TtlSeconds": 15 }
"UpstreamHttpMethod": [ "Get" ]
}
],
"GlobalConfiguration": {