refactor(config): add workers number to config

This commit is contained in:
2026-03-11 16:33:15 +01:00
parent 15d6ae6829
commit 8f47a0b666
4 changed files with 7 additions and 11 deletions
+1
View File
@@ -19,6 +19,7 @@ typedef struct cws_config {
char *host;
char *port;
char *root;
int workers;
cws_vhost_s *virtual_hosts;
unsigned virtual_hosts_count;
} cws_config_s;