Commit fa71203
Call new_blocks even though block verification queue is not empty
new_blocks was called when the block verification queue is empty. The
purpose of the behavior is not clear. Maybe it was used to
backpressure for block sync extension. Since we have another block
sync flow control and tendermint assumes that new_blocks is always
called, this commit changed the behavior of new_blocks to be always called.1 parent 7206d35 commit fa71203
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| |||
0 commit comments