Move FasterNewOrdersRateLimit feature flag to the right test/config-next file (#4929)

This commit is contained in:
Roland Bracewell Shoemaker 2020-07-02 14:03:38 -07:00 committed by GitHub
parent be2b19efee
commit aa79d8360d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -48,8 +48,7 @@
}, },
"features": { "features": {
"StoreRevokerInfo": true, "StoreRevokerInfo": true,
"RestrictRSAKeySizes": true, "RestrictRSAKeySizes": true
"FasterNewOrdersRateLimit": true
}, },
"CTLogGroups2": [ "CTLogGroups2": [
{ {

View File

@ -26,7 +26,8 @@
"features": { "features": {
"StoreIssuerInfo": true, "StoreIssuerInfo": true,
"StoreKeyHashes": true, "StoreKeyHashes": true,
"StoreRevokerInfo": true "StoreRevokerInfo": true,
"FasterNewOrdersRateLimit": true
} }
}, },