Skip to content

Commit

Permalink
1 year deals (#599)
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign authored Sep 18, 2020
1 parent 3a9586e commit 585db6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ffs/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
Filecoin: ffs.FilConfig{
RepFactor: 5,
TrustedMiners: []string{"t016303", "t016304", "t016305", "t016306", "t016309"},
DealMinDuration: util.MinDealDuration * 3,
DealMinDuration: util.MinDealDuration * 2,
FastRetrieval: true,
},
},
Expand Down
1 change: 1 addition & 0 deletions reputation/reputation.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ func (rm *Module) subscribeIndexes() {
subSi := rm.fi.Listen()
subAi := rm.ai.Listen()

rm.rebuild <- struct{}{}
for {
select {
case <-rm.ctx.Done():
Expand Down

0 comments on commit 585db6f

Please sign in to comment.