forked from TrueCloudLab/frostfs-node
[#1738] neofs-adm: Clean tx hash list after awaiting
Do not query application log for the same transaction more than once. Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
ae52d53609
commit
df88afeef3
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ loop:
|
|||
}
|
||||
}
|
||||
|
||||
c.Hashes = c.Hashes[:0]
|
||||
return retErr
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue