Skip to content

Commit 829bfed

Browse files
author
Andrei Neagu
committed
bumped defaults
1 parent a0ca191 commit 829bfed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env-devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ RESOURCE_USAGE_TRACKER_S3=null
210210
RESOURCE_USAGE_TRACKER_TRACING={}
211211

212212
# NOTE: 172.17.0.1 is the docker0 interface, which redirect from inside a container onto the host network interface.
213-
R_CLONE_OPTION_BUFFER_SIZE=0M
213+
R_CLONE_OPTION_BUFFER_SIZE=16M
214214
R_CLONE_OPTION_RETRIES=3
215215
R_CLONE_OPTION_TRANSFERS=5
216216
R_CLONE_PROVIDER=MINIO

services/director-v2/.env-devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ S3_BUCKET_NAME=simcore
6363
R_CLONE_PROVIDER=MINIO
6464
R_CLONE_OPTION_TRANSFERS=5
6565
R_CLONE_OPTION_RETRIES=3
66-
R_CLONE_OPTION_BUFFER_SIZE=0M
66+
R_CLONE_OPTION_BUFFER_SIZE=16M
6767

6868
TRACING_OBSERVABILITY_BACKEND_ENDPOINT=http://jaeger:9411
6969
TRAEFIK_SIMCORE_ZONE=internal_simcore_stack

0 commit comments

Comments
 (0)