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 40b6e73 commit 1d464dfCopy full SHA for 1d464df
flow/internal/dynamicconf.go
@@ -164,7 +164,7 @@ var DynamicSettings = [...]*protos.DynamicSetting{
164
{
165
Name: "PEERDB_S3_BYTES_PER_AVRO_FILE",
166
Description: "S3 upload chunk size in bytes, needed for large unpartitioned initial loads.",
167
- DefaultValue: "33333333333", // chosen to be round 30GB, but align with about half of 64MiB because S3 part size
+ DefaultValue: "10000000000", // 10GB, not GiB so to not align with 64MiB to avoid always having tiny part at end
168
ValueType: protos.DynconfValueType_INT,
169
ApplyMode: protos.DynconfApplyMode_APPLY_MODE_IMMEDIATE,
170
},
0 commit comments