We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881391d commit 4f5feb2Copy full SHA for 4f5feb2
hieradata/site/cp/cluster/lsstcam-ccs.yaml
@@ -44,7 +44,7 @@ s3daemon::instances:
44
S3ND_PORT: 15581
45
S3ND_HOST: "" # allow connections from other nodes for testing
46
S3ND_QUEUE_TIMEOUT: "30s"
47
- S3ND_UPLOAD_BWLIMIT: "4Gi"
+ S3ND_UPLOAD_BWLIMIT: "3Gi"
48
S3ND_UPLOAD_MAX_PARALLEL: "27"
49
S3ND_UPLOAD_PARTSIZE: "100Mi"
50
S3ND_UPLOAD_TIMEOUT: "10s"
spec/support/spec/lsstcam.rb
@@ -99,7 +99,7 @@
99
'S3ND_PORT' => 15_591,
100
'S3ND_HOST' => '',
101
'S3ND_QUEUE_TIMEOUT' => '15s',
102
- 'S3ND_UPLOAD_BWLIMIT' => '4Gi',
+ 'S3ND_UPLOAD_BWLIMIT' => '3Gi',
103
'S3ND_UPLOAD_MAX_PARALLEL' => '27',
104
'S3ND_UPLOAD_PARTSIZE' => '100Mi',
105
'S3ND_UPLOAD_TIMEOUT' => '4s',
0 commit comments