mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-16 14:57:54 +00:00
[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…
x
Reference in New Issue
Block a user