add 512MB params to testnet in non-debug mode

This commit is contained in:
whyrusleeping 2020-03-05 16:41:06 -08:00
parent 4244ab72d5
commit 56cb88819c

View File

@ -8,6 +8,7 @@ import (
) )
var SectorSizes = []abi.SectorSize{ var SectorSizes = []abi.SectorSize{
512 << 20,
32 << 30, 32 << 30,
} }