cmd/devp2p: lower the Route53 limit

Seems like we're not measuring RDATA size the same way the AWS API
does. Just use a lower limit to make it work.
This commit is contained in:
Felix Lange 2020-01-17 10:59:12 +01:00
parent 91b9f5d36a
commit 577c7602dc

View file

@ -34,7 +34,7 @@ import (
// The Route53 limits change sets to this size. DNS changes need to be split
// up into multiple batches to work around the limit.
const route53ChangeLimit = 32000
const route53ChangeLimit = 30000
var (
route53AccessKeyFlag = cli.StringFlag{