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 committed Sep 6, 2023
1 parent ed379f2 commit f8a2826
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 f8a2826

Please sign in to comment.