]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-netlink: make the default timeout configurable by environment variable 29390/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 1 Oct 2023 03:04:59 +0000 (12:04 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 1 Oct 2023 03:41:10 +0000 (12:41 +0900)
commit52afaee74b40a765b8118393bff92717f78d0a51
tree2d854102a266941bd9611b16b86decd332d8ebc7
parentf5c615889a7340a7a06508bab8ff33dbcb729a7b
sd-netlink: make the default timeout configurable by environment variable

On normal systems, triggering a timeout should be a bug in code or
configuration error, so I do not think we should extend the default
timeout. Also, we should not introduce a 'first class' configuration
option about that. But, making it configurable may be useful for cases
such that "an extremely highly utilized system (lots of OOM kills,
very high CPU utilization, etc)".

Closes #25441.
docs/ENVIRONMENT.md
src/libsystemd/sd-netlink/sd-netlink.c