Files
deb-python-django-compressor/compressor
Benjamin Gilbert 6b76bac75f Stop calling fsync in CompilerFilter
`self.infile.flush()` is sufficient to ensure that the input is flushed
from the Python process to the filesystem.  We were also calling
`os.fsync(self.infile)`, which flushes the file to disk.  This is overly
conservative for a temporary file.

On my system this change saves ~50 ms per filter execution.
2013-03-06 18:07:29 -05:00
..
2012-11-04 09:28:36 -05:00
2013-02-03 17:03:29 +01:00
2012-09-13 12:56:09 +03:00
2012-12-11 23:02:07 +01:00
2012-09-13 12:47:48 +03:00
2012-05-19 20:03:59 +02:00