Skip to content

Commit 0758689

Browse files
Merge branch 'master' into refactor-api-keys-service
2 parents e10dd19 + be48a0d commit 0758689

File tree

230 files changed

+8720
-6967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+8720
-6967
lines changed

.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ component_management:
2222
statuses:
2323
- type: project
2424
target: auto
25+
threshold: 1%
2526
branches:
2627
- "!master"
2728
individual_components:

.env-devel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ DIRECTOR_V2_TRACING={}
126126
# DYNAMIC_SCHEDULER ----
127127
DYNAMIC_SCHEDULER_LOGLEVEL=DEBUG
128128
DYNAMIC_SCHEDULER_PROFILING=1
129+
DYNAMIC_SCHEDULER_USE_INTERNAL_SCHEDULER=0
129130
DYNAMIC_SCHEDULER_STOP_SERVICE_TIMEOUT=01:00:00
130131
DYNAMIC_SCHEDULER_TRACING={}
131132
DYNAMIC_SCHEDULER_UI_STORAGE_SECRET=adminadmin
@@ -211,7 +212,7 @@ RESOURCE_USAGE_TRACKER_S3=null
211212
RESOURCE_USAGE_TRACKER_TRACING={}
212213

213214
# NOTE: 172.17.0.1 is the docker0 interface, which redirect from inside a container onto the host network interface.
214-
R_CLONE_OPTION_BUFFER_SIZE=0M
215+
R_CLONE_OPTION_BUFFER_SIZE=16M
215216
R_CLONE_OPTION_RETRIES=3
216217
R_CLONE_OPTION_TRANSFERS=5
217218
R_CLONE_PROVIDER=MINIO

0 commit comments

Comments
 (0)