about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/unicorn.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unicorn.rb b/lib/unicorn.rb
index 6313f16..9a87e50 100644
--- a/lib/unicorn.rb
+++ b/lib/unicorn.rb
@@ -392,7 +392,6 @@ module Unicorn
         end
         tempfile = Tempfile.new('') # as short as possible to save dir space
         tempfile.unlink # don't allow other processes to find or see it
-        tempfile.sync = true
         worker = Worker.new(worker_nr, tempfile)
         @before_fork.call(self, worker.nr)
         pid = fork { worker_loop(worker) }