ClickHouse/tests/integration/test_quota/tiny_limits.xml

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

19 lines
531 B
XML
Raw Normal View History

<clickhouse>
2019-11-16 13:54:41 +00:00
<quotas>
<myQuota>
<interval>
<!-- Length of interval = 1 year -->
<duration>31556952</duration>
<!-- Tiny limits. -->
<queries>1</queries>
<query_selects>1</query_selects>
<query_inserts>1</query_inserts>
2019-11-16 13:54:41 +00:00
<errors>1</errors>
<read_rows>1</read_rows>
<result_rows>1</result_rows>
</interval>
</myQuota>
</quotas>
</clickhouse>