From 32bd7003ec810c292c90b743dfbdbcbcd55d3ebf Mon Sep 17 00:00:00 2001 From: fjy Date: Thu, 31 Jul 2014 12:58:19 -0700 Subject: [PATCH] minor doc fix --- docs/content/Broker-Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/Broker-Config.md b/docs/content/Broker-Config.md index 7d40ba27b39..699bf1a49d7 100644 --- a/docs/content/Broker-Config.md +++ b/docs/content/Broker-Config.md @@ -16,7 +16,7 @@ The broker module uses several of the default modules in [Configuration](Configu |`druid.broker.select.tier`|`highestPriority`, `lowestPriority`, `custom`|If segments are cross-replicated across tiers in a cluster, you can tell the broker to prefer to select segments in a tier with a certain priority.|`highestPriority`| |`druid.broker.select.tier.custom.priorities`|`An array of integer priorities.`|Select servers in tiers with a custom priority list.|None| |`druid.broker.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`| -|`druid.broker.cache.unCacheable`|All druid query types|All query types to not cache.|`groupBy`, `select`| +|`druid.broker.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]| #### Local Cache