Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions programs/server/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1701,9 +1701,9 @@
<!-- the ClickHouse core developers team. -->
<!-- Doing so at least in pre-production environments is highly appreciated -->
<!-- The reports are anonymized -->
<enabled>true</enabled>
<send_logical_errors>true</send_logical_errors>
<endpoint>https://crash.clickhouse.com/</endpoint>
<enabled>false</enabled>
<send_logical_errors>false</send_logical_errors>
<endpoint></endpoint>
</send_crash_reports>

<!-- Uncomment to disable ClickHouse internal DNS caching. -->
Expand Down
Loading