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": {
|
||||
"StoreRevokerInfo": true,
|
||||
"RestrictRSAKeySizes": true,
|
||||
"FasterNewOrdersRateLimit": true
|
||||
"RestrictRSAKeySizes": true
|
||||
},
|
||||
"CTLogGroups2": [
|
||||
{
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
"features": {
|
||||
"StoreIssuerInfo": true,
|
||||
"StoreKeyHashes": true,
|
||||
"StoreRevokerInfo": true
|
||||
"StoreRevokerInfo": true,
|
||||
"FasterNewOrdersRateLimit": true
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue