docs: start architure file

This commit is contained in:
Jef Roosens 2023-05-27 12:21:19 +02:00
parent 68f9227436
commit 90d83bc5d4
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 59 additions and 1 deletions

View file

@ -172,7 +172,7 @@ void event_loop_run(event_loop *el, int port) {
// poll for active fds
// the timeout argument doesn't matter here
int rv = poll(poll_args, (nfds_t)poll_args_count, 1000);
int rv = poll(poll_args, (nfds_t)poll_args_count, 0);
if (rv < 0) {
critical(1, "Poll failed, errno: %i", errno);