increase max series for queries
This commit is contained in:
parent
e1530c606f
commit
9a5716f2df
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@
|
||||||
ingestion_burst_size_mb = 64;
|
ingestion_burst_size_mb = 64;
|
||||||
per_stream_rate_limit = "32MB";
|
per_stream_rate_limit = "32MB";
|
||||||
per_stream_rate_limit_burst = "64MB";
|
per_stream_rate_limit_burst = "64MB";
|
||||||
|
max_query_series = 100000;
|
||||||
};
|
};
|
||||||
schema_config = {
|
schema_config = {
|
||||||
configs = [
|
configs = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue