Skip to content

Commit 4edcd5a

Browse files
committed
Docker: Increase SE_NODE_CONNECTION_LIMIT_PER_SESSION default to 20
Default is 10, workaround to unblock someone, but keep it is low to monitor. Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent 6cee806 commit 4edcd5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ENV_VARIABLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
| SE_NODE_RELAY_BROWSER_VERSION | | | |
146146
| SE_NODE_RELAY_ONLY | true | | |
147147
| SE_EXTRA_LIBS | | Extra jars to add to the classpath in server component bootstrap | --ext |
148-
| SE_NODE_CONNECTION_LIMIT_PER_SESSION | 10 | | |
148+
| SE_NODE_CONNECTION_LIMIT_PER_SESSION | 20 | | |
149149
| SE_SUPERVISORD_UNIX_SERVER_PASSWORD | secret | | |
150150
| SE_FFMPEG_THREADS | | | |
151151
| SE_OTEL_RESOURCE_ATTRIBUTES | | Add more attributes to the OpenTelemetry resource, e.g. "service.version=1.0.0,deployment.environment=production" | |

NodeBase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ENV LANG_WHICH=${LANG_WHICH} \
4949
SE_NODE_REGISTER_PERIOD="120" \
5050
SE_NODE_REGISTER_CYCLE="10" \
5151
SE_NODE_REGISTER_SHUTDOWN_ON_FAILURE="true" \
52-
SE_NODE_CONNECTION_LIMIT_PER_SESSION="10" \
52+
SE_NODE_CONNECTION_LIMIT_PER_SESSION="20" \
5353
SE_OTEL_SERVICE_NAME="selenium-node" \
5454
SE_NODE_RELAY_ONLY="true" \
5555
# Setting Selenium Manager to work offline

scripts/generate_list_env_vars/value.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
- name: SE_NODE_BROWSER_VERSION
8686
default: stable
8787
- name: SE_NODE_CONNECTION_LIMIT_PER_SESSION
88-
default: '10'
88+
default: '20'
8989
- name: SE_NODE_CONTAINER_NAME
9090
default: ''
9191
- name: SE_NODE_DELETE_SESSION_ON_UI

0 commit comments

Comments
 (0)