[PoR] Test PoR network with a small block size

To get a reasonable test execution time.
This commit is contained in:
Mark Spanbroek 2022-11-09 14:14:46 +01:00
parent 72f67abfb1
commit a0f6ef54bb
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import ../examples
import ../helpers
const
BlockSize = 31 * 64
SectorSize = 31
SectorsPerBlock = BlockSize div SectorSize
DataSetSize = BlockSize * 100