diff options
author | default <nobody@localhost> | 2023-02-10 13:39:17 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-10 13:39:17 +0100 |
commit | 03325d04a5d24dc77140323c8703aee7b63cb9f1 (patch) | |
tree | 59e4101409c41eaa571f6abbc8aaf97d3a4018f5 /data.c | |
parent | b48a4ddfa6f0090bc3a25bae302dadfeef47663e (diff) |
Show the fd rlimit at httpd startup.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ #include <sys/file.h> #include <fcntl.h> + double disk_layout = 2.7; |