configurable list of sparse-supporting filesystems +

close nonsparse files after each write to force flush
This commit is contained in:
ed
2022-06-19 22:38:52 +02:00
parent 909c7bee3e
commit fe67c52ead
4 changed files with 15 additions and 25 deletions

View File

@@ -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: