Bump paerser to v0.1.4
This commit is contained in:
parent
56b26421a5
commit
ee12424795
5 changed files with 57 additions and 55 deletions
|
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue