owsd: temporarily raise max vhosts to 30 until refactor

Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
This commit is contained in:
Denis Osvald 2016-10-19 13:31:54 +02:00 committed by Sukru Senli
parent 486112e022
commit b38c7fda35

View file

@ -0,0 +1,13 @@
diff --git a/src/main.c b/src/main.c
index 4d875b5..3bcc54e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -42,7 +42,7 @@
#endif
#ifndef WSD_MAX_VHOSTS
-#define WSD_MAX_VHOSTS 10
+#define WSD_MAX_VHOSTS 30
#endif
struct prog_context global;