We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740d56b commit 18222d8Copy full SHA for 18222d8
dev-proxy/devproxyrc.json
@@ -2,15 +2,15 @@
2
"$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v1.0/rc.schema.json",
3
"plugins": [
4
{
5
- "name": "GenericRandomErrorPlugin",
+ "name": "RetryAfterPlugin",
6
"enabled": true,
7
- "pluginPath": "plugins\\dev-proxy-plugins.dll",
8
- "configSection": "genericRandomErrorPlugin"
+ "pluginPath": "plugins\\dev-proxy-plugins.dll"
9
},
10
11
- "name": "RetryAfterPlugin",
+ "name": "GenericRandomErrorPlugin",
12
13
- "pluginPath": "plugins\\dev-proxy-plugins.dll"
+ "pluginPath": "plugins\\dev-proxy-plugins.dll",
+ "configSection": "genericRandomErrorPlugin"
14
}
15
],
16
"urlsToWatch": [
0 commit comments