Skip to content

Commit

Permalink
threads: bump to 37a104610bac77a5dc74153bcae34fd254871114 (#529)
Browse files Browse the repository at this point in the history
Signed-off-by: Sander Pick <[email protected]>
  • Loading branch information
sanderpick authored Mar 17, 2021
1 parent a283310 commit b962253
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,10 @@ func NewTextile(ctx context.Context, conf Config, opts ...Option) (*Textile, err
}
t.gateway.Start()

// Start pulling threads
t.tn.StartPulling()
// Start republishing ipns keys
t.ipnsm.StartRepublishing(conf.IPNSRepublishSchedule)
if err := t.ipnsm.StartRepublishing(conf.IPNSRepublishSchedule); err != nil {
return nil, err
}

log.Info("started")

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ require (
github.com/textileio/dcrypto v0.0.1
github.com/textileio/go-assets v0.0.0-20200430191519-b341e634e2b7
github.com/textileio/go-ds-mongo v0.1.5-0.20201230201018-2b7fdca787a5
github.com/textileio/go-threads v1.0.3-0.20201216032729-f7b034a0de80
github.com/textileio/go-threads v1.1.0-rc1.0.20210317163541-37a104610bac
github.com/textileio/powergate/v2 v2.3.0
github.com/textileio/swagger-ui v0.3.29-0.20210224180244-7d73a7a32fe7
github.com/xakep666/mongo-migrate v0.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1721,8 +1721,8 @@ github.com/textileio/go-ds-badger v0.2.7-0.20201204225019-4ee78c4a40e2/go.mod h1
github.com/textileio/go-ds-mongo v0.1.4/go.mod h1:Zf6JlMPiIQUUmGlFFn5Z65C9p9LAvPg7XvX+qdGmTsU=
github.com/textileio/go-ds-mongo v0.1.5-0.20201230201018-2b7fdca787a5 h1:wy2WAFw2u0RAh7Mnlnh7/Hmc9LlSADDHLlPNZQDBvmM=
github.com/textileio/go-ds-mongo v0.1.5-0.20201230201018-2b7fdca787a5/go.mod h1:Zf6JlMPiIQUUmGlFFn5Z65C9p9LAvPg7XvX+qdGmTsU=
github.com/textileio/go-threads v1.0.3-0.20201216032729-f7b034a0de80 h1:UJbiLtEmaRp9zUif+thvxsIOkeZnTECIWcaURCBaXS4=
github.com/textileio/go-threads v1.0.3-0.20201216032729-f7b034a0de80/go.mod h1:kvIXqo4T4fS6fDyNeqRAIE5CXDguBXUi8kZVb4FGg0U=
github.com/textileio/go-threads v1.1.0-rc1.0.20210317163541-37a104610bac h1:0PWkPfJktzmoiVh3CngKrgx3C9n7m/ttcNrhHt9Su/Y=
github.com/textileio/go-threads v1.1.0-rc1.0.20210317163541-37a104610bac/go.mod h1:kvIXqo4T4fS6fDyNeqRAIE5CXDguBXUi8kZVb4FGg0U=
github.com/textileio/powergate/v2 v2.3.0 h1:kelYh+ZWDQao1rL5YiMznQscd6CsDjgt6P/D1S5UYwQ=
github.com/textileio/powergate/v2 v2.3.0/go.mod h1:2j2NL1oevaVdrI6MpKfHnfgUOy1D4L7eP3I+1czxDjw=
github.com/textileio/swagger-ui v0.3.29-0.20210224180244-7d73a7a32fe7 h1:qUEurT6kJF+nFkiNjUPMJJ7hgg9OIDnb8iLn6VtBukE=
Expand Down

0 comments on commit b962253

Please sign in to comment.