Skip to content

Commit

Permalink
Remove locketimeout condition.
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <blackslayer4@gmail.com>
  • Loading branch information
allexzander authored and backportbot-nextcloud[bot] committed Sep 6, 2023
1 parent 4c9eabd commit 8fefb60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libsync/lockfilejobs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ SyncJournalFileRecord LockFileJob::handleReply()
if (_lockTime <= 0) {
return record;
}

if (_lockTimeout <= 0) {
return record;
}
}

const auto relativePathInDb = path().mid(_remoteSyncPathWithTrailingSlash.size());
Expand Down

0 comments on commit 8fefb60

Please sign in to comment.