Skip to content
Snippets Groups Projects
Commit 562e6338 authored by Jake Taylor's avatar Jake Taylor :lips:
Browse files

Update network.go

parent 2b290ce3
No related branches found
No related tags found
2 merge requests!170Release,!137added the realtime only network flag which doesnt do any attempt at picking up missed messages
...@@ -58,11 +58,8 @@ func GetDefaultNetwork() Network { ...@@ -58,11 +58,8 @@ func GetDefaultNetwork() Network {
FastPolling: true, FastPolling: true,
BlacklistedNodes: make([]string, 0), BlacklistedNodes: make([]string, 0),
VerboseRoundTracking: false, VerboseRoundTracking: false,
<<<<<<< interfaces/params/network.go
RealtimeOnly: false, RealtimeOnly: false,
=======
ReplayRequests: true, ReplayRequests: true,
>>>>>>> interfaces/params/network.go
} }
n.Rounds = GetDefaultRounds() n.Rounds = GetDefaultRounds()
n.Messages = GetDefaultMessage() n.Messages = GetDefaultMessage()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment