grapevine/src
Charles Hall 5be1e20eb4
call maximize_fd_limit at top of main
This way we don't shoot ourselves in the foot by forgetting to do it for
other subcommands (e.g. that manipulate the database) in the future.
2024-11-01 13:16:36 -07:00
..
api Log failed remote resident server join requests 2024-10-13 19:26:35 -07:00
cli call maximize_fd_limit at top of main 2024-11-01 13:16:36 -07:00
config add observability infrastructure for cli subcmds 2024-10-25 11:27:11 -07:00
database move lasttimelinecount_cache to service 2024-10-20 13:29:33 -07:00
service make reload_handles optional for creating Services 2024-10-25 11:27:11 -07:00
utils Add support for HAProxy proxy protocol for listeners 2024-10-25 20:48:38 +00:00
api.rs serve well-known client and server config 2024-09-08 13:35:38 -07:00
cli.rs Add a "check-config" command to validate config files & tests for it 2024-11-01 12:08:17 -04:00
config.rs Disallow any unknown fields in configuration files 2024-11-01 12:09:58 -04:00
database.rs move lasttimelinecount_cache to service 2024-10-20 13:29:33 -07:00
error.rs Add a "check-config" command to validate config files & tests for it 2024-11-01 12:08:17 -04:00
main.rs call maximize_fd_limit at top of main 2024-11-01 13:16:36 -07:00
observability.rs add observability infrastructure for cli subcmds 2024-10-25 11:27:11 -07:00
service.rs make reload_handles optional for creating Services 2024-10-25 11:27:11 -07:00
utils.rs Add support for HAProxy proxy protocol for listeners 2024-10-25 20:48:38 +00:00