set_rr_sched in main.c

This commit is contained in:
zeussuse 2025-03-26 23:27:38 +00:00 committed by GitHub
parent c38fff6cae
commit a49f53a78b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -205,6 +205,8 @@ main(int argc, char *argv[])
increase_nofile_limit();
set_rr_scheduling();
struct server server = { 0 };
server_init(&server);
server_start(&server);