diff options
| author | Jan Kaluza <jkaluza@redhat.com> | 2014-09-18 08:04:18 +0200 |
|---|---|---|
| committer | Jan Kaluza <jkaluza@redhat.com> | 2014-09-18 08:04:18 +0200 |
| commit | 5d7dedd78c9ba43cbc773dc1828debe25817aff9 (patch) | |
| tree | 544ea179b794749d025c6ebf5588614a0ae95fd9 /httpd.socket | |
| parent | 46346fae47a3a93ec1e3ece5a596ba4c75be48b4 (diff) | |
use NoDelay and DeferAcceptSec in httpd.socket
Diffstat (limited to 'httpd.socket')
| -rw-r--r-- | httpd.socket | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httpd.socket b/httpd.socket index 5858a7f..705c4e5 100644 --- a/httpd.socket +++ b/httpd.socket @@ -3,6 +3,8 @@ Description=Apache httpd Server Socket [Socket] ListenStream=80 +NoDelay=true +DeferAcceptSec=30 [Install] WantedBy=sockets.target |
