core-lightning/lightningd/test
Rusty Russell 80f1063dee lightningd: increase fd limit if we can, to double number of starting channels.
1024 is a common limit, and people are starting to hit that many channels, so we should increase it: twice the number of channels seems reasonable, though we only do this at restart time.

Changelog-Changed: lightningd: we now try to increase the number of file descriptors, if it's less than twice the number of channels at startup (and log if we cannot!).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-05-09 01:23:46 -05:00
..
Makefile common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
run-check_node_announcement.c lightningd: move node_announcement unit test from gossipd/ 2024-01-31 14:47:33 +10:30
run-find_my_abspath.c lightningd: increase fd limit if we can, to double number of starting channels. 2024-05-09 01:23:46 -05:00
run-invoice-select-inchan.c pay: Implement offset and chainlag computation when paying 2024-05-08 23:18:27 -05:00
run-jsonrpc.c lightningd: remove delexpiredinvoice 2024-03-25 15:02:35 +10:30
run-log-pruning.c global: expose all fmt_X functions for direct use, make uniform. 2024-03-20 13:51:48 +10:30
run-log_filter.c lightningd/test: use tmpdir_mkstemp() to create log file 2023-09-25 13:59:13 +09:30
run-shuffle_fds.c common: add peer_failed_warn_nodisconnect routine for non-disconnecting warnings 2023-10-23 15:48:50 +10:30