Move FasterNewOrdersRateLimit feature flag to the right test/config-next file (#4929)
This commit is contained in:
parent
be2b19efee
commit
aa79d8360d
|
@ -48,8 +48,7 @@
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"StoreRevokerInfo": true,
|
"StoreRevokerInfo": true,
|
||||||
"RestrictRSAKeySizes": true,
|
"RestrictRSAKeySizes": true
|
||||||
"FasterNewOrdersRateLimit": true
|
|
||||||
},
|
},
|
||||||
"CTLogGroups2": [
|
"CTLogGroups2": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,8 @@
|
||||||
"features": {
|
"features": {
|
||||||
"StoreIssuerInfo": true,
|
"StoreIssuerInfo": true,
|
||||||
"StoreKeyHashes": true,
|
"StoreKeyHashes": true,
|
||||||
"StoreRevokerInfo": true
|
"StoreRevokerInfo": true,
|
||||||
|
"FasterNewOrdersRateLimit": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue