ClickHouse/tests/integration/test_storage_s3/configs/s3_retry.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
307 B
XML
Raw Normal View History

<clickhouse>
<profiles>
<default>
2023-11-20 13:53:22 +00:00
<enable_s3_requests_logging>1</enable_s3_requests_logging>
<s3_retry_attempts>10</s3_retry_attempts>
<s3_max_inflight_parts_for_one_file>5</s3_max_inflight_parts_for_one_file>
</default>
</profiles>
</clickhouse>