mirror of
https://github.com/9001/copyparty.git
synced 2026-03-22 08:03:32 +10:00
configurable list of sparse-supporting filesystems +
close nonsparse files after each write to force flush
This commit is contained in:
@@ -1048,7 +1048,7 @@ class HttpCli(object):
|
||||
reader = read_socket(self.sr, remains)
|
||||
|
||||
f = None
|
||||
fpool = not self.args.no_fpool and (not ANYWIN or sprs)
|
||||
fpool = not self.args.no_fpool and sprs
|
||||
if fpool:
|
||||
with self.mutex:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user