Skip to content

Commit da4bd1b

Browse files
authored
bump default deal duration (textileio#597)
- Bump default min deal duration to ~1.5 years.
1 parent 5fd0c20 commit da4bd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ffs/manager/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var (
4141
Filecoin: ffs.FilConfig{
4242
RepFactor: 5,
4343
TrustedMiners: []string{"t016303", "t016304", "t016305", "t016306", "t016309"},
44-
DealMinDuration: util.MinDealDuration,
44+
DealMinDuration: util.MinDealDuration * 3,
4545
FastRetrieval: true,
4646
},
4747
},

0 commit comments

Comments
 (0)