Merge pull request #260 from rjurney/master

Changed indexGranularity on webstream example from minute to second
This commit is contained in:
fjy 2013-10-09 12:25:10 -07:00
commit a96eb634d4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{"type": "count", "name": "rows"},
{"type": "doubleSum", "fieldName": "known_users", "name": "known_users"}
],
"indexGranularity": "minute",
"indexGranularity": "second",
"shardSpec": {"type": "none"}
},