From ce4995a4daf1e4da7034dc87fd218a283c405410 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 29 Apr 2011 15:30:07 -0700 Subject: TUNING: original sentence was incomplete --- TUNING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUNING b/TUNING index 9a54a01..0964552 100644 --- a/TUNING +++ b/TUNING @@ -40,7 +40,7 @@ See Unicorn::Configurator for details on the config file format. * On POSIX-compliant filesystems, it is safe for multiple threads or processes to append to one log file as long as all the processes are have them unbuffered (File#sync = true) or they are - record(line)-buffered in userspace. + record(line)-buffered in userspace before any writes. * worker_processes should be scaled to the number of processes your backend system(s) can support. DO NOT scale it to the number of -- cgit v1.2.3-24-ge0c7