diff options
Diffstat (limited to 'doc/performance.txt')
-rw-r--r-- | doc/performance.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/performance.txt b/doc/performance.txt index 56a7ca1..04d48a1 100644 --- a/doc/performance.txt +++ b/doc/performance.txt @@ -115,13 +115,13 @@ Solaris sendfilev FreeBSD sendfile ========== ========== -The best backend is selected at compile time. In case you want to use -another backend set: :: +The best backend is selected at compile time. In case you want to use +another backend set: :: server.network-backend = "writev" -You can find more information about network backend in: - +You can find more information about network backend in: + http://blog.lighttpd.net/articles/2005/11/11/optimizing-lighty-for-high-concurrent-large-file-downloads |