Skip to content

Commit

Permalink
Merge branch 'main' into fix/refetch-missing-packet
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksharmapoudel authored Sep 11, 2023
2 parents 7e10932 + fffa1dc commit 4aca55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/processor/path_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (pp *PathProcessor) processAvailableSignals(ctx context.Context, cancel fun
// No new data to merge in, just retry handling.
case <-pp.flushTimer.C:
// Periodic flush to clear out any old packets
pp.handleFlush(ctx)
// pp.handleFlush(ctx)
}
return false
}
Expand Down

0 comments on commit 4aca55c

Please sign in to comment.