aboutsummaryrefslogtreecommitdiffstats
path: root/FuseArchive/ChunkFile.py
diff options
context:
space:
mode:
Diffstat (limited to 'FuseArchive/ChunkFile.py')
-rw-r--r--FuseArchive/ChunkFile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/FuseArchive/ChunkFile.py b/FuseArchive/ChunkFile.py
index ca7ee2b..99f7d32 100644
--- a/FuseArchive/ChunkFile.py
+++ b/FuseArchive/ChunkFile.py
@@ -11,7 +11,7 @@ magic_blocksize = 1024 * 1024 * 5
chunkstyle = 'fs'
# This is the number of actualy blocks in that size
-dirty_flush = 5 * magic_blocksize
+dirty_flush = 5
# This is a cache of open files by inode, to fix the lseek == size problem
# this causes a failure in fsx-linux becuase to to lseek(fd,0,seek_end) it