mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
commit
c4588e4eb4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def add(self, item):
|
||||||
|
|
||||||
def get(self, inode):
|
def get(self, inode):
|
||||||
self.fd.seek(inode - self.offset, io.SEEK_SET)
|
self.fd.seek(inode - self.offset, io.SEEK_SET)
|
||||||
return next(msgpack.Unpacker(self.fd))
|
return next(msgpack.Unpacker(self.fd, read_size=512))
|
||||||
|
|
||||||
|
|
||||||
class FuseOperations(llfuse.Operations):
|
class FuseOperations(llfuse.Operations):
|
||||||
|
|
Loading…
Reference in a new issue