We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfd816 commit 0234bc5Copy full SHA for 0234bc5
cmd/clients/unison.go
@@ -68,7 +68,7 @@ func StartUnisonInstance(serviceName string, config tools.OsmosisServiceConfig,
68
// We are in an inconsistent state,
69
// the unison archives must be rebuilt to make unison ok
70
initUnisonCmd = buildUnisonCommand(config, listenPort)
71
- initUnisonCmd.Args = append(initUnisonCmd.Args, "-ignorearchives")
+ initUnisonCmd.Args = append(initUnisonCmd.Args, "-ignorearchives", "-halfduplex")
72
if err = initUnisonCmd.Run(); err != nil {
73
return nil, errors.New("An error occured trying syncing the two directories")
74
}
0 commit comments