mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
owsd: temporarily raise max vhosts to 30 until refactor
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
This commit is contained in:
parent
486112e022
commit
b38c7fda35
1 changed files with 13 additions and 0 deletions
13
owsd/patches/001-raise-max-vhosts-to-30.patch
Normal file
13
owsd/patches/001-raise-max-vhosts-to-30.patch
Normal 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;
|
||||
Loading…
Add table
Reference in a new issue