mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-02 13:23:10 +00:00
reduce proof period
Proving is now on a new thread, and generates proofs much faster
This commit is contained in:
parent
533cad59fa
commit
cd6a78e548
@ -8,10 +8,10 @@ module.exports = {
|
||||
proofs: {
|
||||
// period has to be less than downtime * blocktime
|
||||
// blocktime can be 1 second with hardhat in automine mode
|
||||
period: 120, // seconds
|
||||
timeout: 30, // seconds
|
||||
downtime: 144, // number of blocks
|
||||
downtimeProduct: 149, // number of blocks
|
||||
period: 30, // seconds
|
||||
timeout: 20, // seconds
|
||||
downtime: 36, // number of blocks
|
||||
downtimeProduct: 37, // number of blocks
|
||||
zkeyHash: "",
|
||||
},
|
||||
reservations: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user