mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
RestoreApplier:Remove unnecessary txn reset
This commit is contained in:
parent
8c81fedf11
commit
f00deefd5a
@ -248,7 +248,6 @@ ACTOR static Future<Void> getAndComputeStagingKeys(
|
||||
state int i = 0;
|
||||
loop {
|
||||
try {
|
||||
tr->reset();
|
||||
tr->setOption(FDBTransactionOptions::ACCESS_SYSTEM_KEYS);
|
||||
tr->setOption(FDBTransactionOptions::LOCK_AWARE);
|
||||
i = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user