Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit c90f8d1

Browse files
committed
tweak: Remove pause in message retrieval during startup
1 parent e02ac53 commit c90f8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ func (n *Node) start() error {
485485
PR := rep.NewPointerRepublisher(n.OpenBazaarNode.DHT, n.OpenBazaarNode.Datastore, n.OpenBazaarNode.PushNodes, n.OpenBazaarNode.IsModerator)
486486
go PR.Run()
487487
n.OpenBazaarNode.PointerRepublisher = PR
488-
MR.Wait()
488+
// MR.Wait()
489489

490490
n.OpenBazaarNode.PublishLock.Unlock()
491491
publishUnlocked = true

0 commit comments

Comments
 (0)