[PoR] Test PoR network with a small block size
To get a reasonable test execution time.
This commit is contained in:
parent
72f67abfb1
commit
a0f6ef54bb
|
@ -21,6 +21,7 @@ import ../examples
|
|||
import ../helpers
|
||||
|
||||
const
|
||||
BlockSize = 31 * 64
|
||||
SectorSize = 31
|
||||
SectorsPerBlock = BlockSize div SectorSize
|
||||
DataSetSize = BlockSize * 100
|
||||
|
|
Loading…
Reference in New Issue