mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
save
This commit is contained in:
parent
279bc6063b
commit
c0cf958215
@ -230,7 +230,9 @@ func ExecV3(ctx context.Context,
|
|||||||
|
|
||||||
for outputTxNum.Load() <= maxTxNum {
|
for outputTxNum.Load() <= maxTxNum {
|
||||||
|
|
||||||
|
if outputTxNum.Load() > 9300_000 {
|
||||||
log.Warn("[dbg] before drain", "outputTxNum.Load()", outputTxNum.Load(), "maxTxNum", maxTxNum, "rws.ResultChLen()", rws.ResultChLen(), "rws.Len", rws.Len())
|
log.Warn("[dbg] before drain", "outputTxNum.Load()", outputTxNum.Load(), "maxTxNum", maxTxNum, "rws.ResultChLen()", rws.ResultChLen(), "rws.Len", rws.Len())
|
||||||
|
}
|
||||||
if err := rws.Drain(ctx); err != nil {
|
if err := rws.Drain(ctx); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user