mirror of
https://github.com/plausible/hosting.git
synced 2025-01-15 14:34:30 -06:00
cleanup ch config
This commit is contained in:
parent
591db4a8c6
commit
81d57f9ead
@ -27,14 +27,7 @@
|
|||||||
<ttl>event_date + INTERVAL 30 DAY DELETE</ttl>
|
<ttl>event_date + INTERVAL 30 DAY DELETE</ttl>
|
||||||
</asynchronous_metric_log>
|
</asynchronous_metric_log>
|
||||||
|
|
||||||
<!--
|
<!-- Stops unnecessary logging -->
|
||||||
Avoid the warning: "Listen [::]:9009 failed: Address family for hostname not supported".
|
|
||||||
If Docker has IPv6 disabled, bind ClickHouse to IPv4 to prevent this issue.
|
|
||||||
Add this to the configuration to ensure it listens on all IPv4 interfaces:
|
|
||||||
<listen_host>0.0.0.0</listen_host>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Stop unnecessary logging -->
|
|
||||||
<query_thread_log remove="remove" />
|
<query_thread_log remove="remove" />
|
||||||
<text_log remove="remove" />
|
<text_log remove="remove" />
|
||||||
<trace_log remove="remove" />
|
<trace_log remove="remove" />
|
||||||
|
Loading…
Reference in New Issue
Block a user