mirror of
https://github.com/plausible/hosting.git
synced 2024-12-21 19:43:19 -06:00
fix clickhouse profile typo
This commit is contained in:
parent
c9cfb7546d
commit
c29a0f0d13
@ -5,7 +5,7 @@
|
|||||||
<mark_cache_size>524288000</mark_cache_size>
|
<mark_cache_size>524288000</mark_cache_size>
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<detault>
|
<default>
|
||||||
<!-- https://clickhouse.com/docs/en/operations/settings/settings#max_threads -->
|
<!-- https://clickhouse.com/docs/en/operations/settings/settings#max_threads -->
|
||||||
<max_threads>1</max_threads>
|
<max_threads>1</max_threads>
|
||||||
<!-- https://clickhouse.com/docs/en/operations/settings/settings#max_block_size -->
|
<!-- https://clickhouse.com/docs/en/operations/settings/settings#max_block_size -->
|
||||||
@ -18,6 +18,6 @@
|
|||||||
<!--
|
<!--
|
||||||
https://clickhouse.com/docs/en/operations/settings/settings#output_format_parallel_formatting -->
|
https://clickhouse.com/docs/en/operations/settings/settings#output_format_parallel_formatting -->
|
||||||
<output_format_parallel_formatting>0</output_format_parallel_formatting>
|
<output_format_parallel_formatting>0</output_format_parallel_formatting>
|
||||||
</detault>
|
</default>
|
||||||
</profile>
|
</profile>
|
||||||
</clickhouse>
|
</clickhouse>
|
||||||
|
Loading…
Reference in New Issue
Block a user