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

Commit c90b49a

Browse files
committed
tweak: Remove pause in message retrieval during startup
1 parent f5375ae commit c90b49a

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
@@ -483,7 +483,7 @@ func (n *Node) start() error {
483483
PR := rep.NewPointerRepublisher(n.OpenBazaarNode.DHT, n.OpenBazaarNode.Datastore, n.OpenBazaarNode.PushNodes, n.OpenBazaarNode.IsModerator)
484484
go PR.Run()
485485
n.OpenBazaarNode.PointerRepublisher = PR
486-
MR.Wait()
486+
// MR.Wait()
487487

488488
n.OpenBazaarNode.PublishLock.Unlock()
489489
publishUnlocked = true

0 commit comments

Comments
 (0)