Skip to content
Snippets Groups Projects
Commit d1dceb68 authored by Jake Taylor's avatar Jake Taylor
Browse files

renable historical rounds for realtimeonly flag

parent 62bd28fb
No related branches found
No related tags found
2 merge requests!231Revert "Update store to print changes to the partners list",!169Hotfix/renable historical
...@@ -56,11 +56,6 @@ func serializeRound(roundId id.Round) []byte { ...@@ -56,11 +56,6 @@ func serializeRound(roundId id.Round) []byte {
func (m *Manager) GetMessagesFromRound(roundID id.Round, identity reception.IdentityUse) { func (m *Manager) GetMessagesFromRound(roundID id.Round, identity reception.IdentityUse) {
ri, err := m.Instance.GetRound(roundID) ri, err := m.Instance.GetRound(roundID)
if err != nil || m.params.ForceHistoricalRounds { if err != nil || m.params.ForceHistoricalRounds {
if m.params.RealtimeOnly {
jww.WARN.Printf("Skipping round %d because it is not in ram and we are realtime only mode",
roundID)
return
}
if m.params.ForceHistoricalRounds { if m.params.ForceHistoricalRounds {
jww.WARN.Printf("Forcing use of historical rounds for round ID %d.", jww.WARN.Printf("Forcing use of historical rounds for round ID %d.",
roundID) roundID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment