File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV HAPROXY_PORT 2375
9
9
ENV BIND_ADDRESS *
10
10
ENV EX_APPS_NET "localhost"
11
11
ENV EX_APPS_COUNT 30
12
- ENV TIMEOUT_CONNECT "10s "
12
+ ENV TIMEOUT_CONNECT "30s "
13
13
ENV TIMEOUT_CLIENT "30s"
14
14
ENV TIMEOUT_SERVER "1800s"
15
15
Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ You should set `BIND_ADDRESS` to the IP on which server with ExApps can accept r
69
69
70
70
` BIND_ADDRESS ` : the address to use for port binding. (Usually needed only for remote installs, ** must be accessible from the Nextcloud** )
71
71
72
- ` TIMEOUT_CONNECT ` : timeout for connecting to ExApp, default: ** 10s **
72
+ ` TIMEOUT_CONNECT ` : timeout for connecting to ExApp, default: ** 30s **
73
73
74
74
` TIMEOUT_CLIENT ` : timeout for NC to start sending request data to the ExApp, default: ** 30s**
75
75
76
- ` TIMEOUT_SERVER ` : timeout for ExApp to start responding to NC request, default: ** 30s **
76
+ ` TIMEOUT_SERVER ` : timeout for ExApp to start responding to NC request, default: ** 1800s **
77
77
78
78
` NC_HAPROXY_PASSWORD_FILE ` : Specifies path to a file containing the password for HAProxy.
79
79
@@ -85,7 +85,7 @@ You should set `BIND_ADDRESS` to the IP on which server with ExApps can accept r
85
85
86
86
* ` EX_APPS_NET ` : determines destination of requests to ExApps for HaProxy. Default:` localhost `
87
87
88
- * ` EX_APPS_COUNT ` : determines amount of ports HaProxy will open to proxy requests to ExApps. Default:` 50 `
88
+ * ` EX_APPS_COUNT ` : determines amount of ports HaProxy will open to proxy requests to ExApps. Default:` 30 `
89
89
90
90
### Example when operated on a different host
91
91
You can’t perform that action at this time.
0 commit comments