forked from Ivasoft/traefik
Bump paerser to v0.1.4
This commit is contained in:
committed by
GitHub
parent
56b26421a5
commit
ee12424795
@@ -190,7 +190,7 @@
|
||||
},
|
||||
"rateLimit": {
|
||||
"average": 42,
|
||||
"period": 42,
|
||||
"period": "42ns",
|
||||
"burst": 42,
|
||||
"sourceCriterion": {
|
||||
"ipStrategy": {
|
||||
@@ -306,7 +306,7 @@
|
||||
},
|
||||
"retry": {
|
||||
"attempts": 42,
|
||||
"initialInterval": 42
|
||||
"initialInterval": "42ns"
|
||||
},
|
||||
"contentType": {
|
||||
"autoDetect": true
|
||||
@@ -352,9 +352,9 @@
|
||||
],
|
||||
"maxIdleConnsPerHost": 42,
|
||||
"forwardingTimeouts": {
|
||||
"dialTimeout": 42,
|
||||
"responseHeaderTimeout": 42,
|
||||
"idleConnTimeout": 42
|
||||
"dialTimeout": "42ns",
|
||||
"responseHeaderTimeout": "42ns",
|
||||
"idleConnTimeout": "42ns"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -473,4 +473,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user