Skip to content

Commit

Permalink
Ensure Stream Enrich resolver uses cacheTtl of one (closes #137)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed May 30, 2018
1 parent ad6cecf commit 1d2ec1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provisioning/resources/configs/iglu-resolver.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"schema": "iglu:com.snowplowanalytics.iglu/resolver-config/jsonschema/1-0-1",
"schema": "iglu:com.snowplowanalytics.iglu/resolver-config/jsonschema/1-0-2",
"data": {
"cacheSize": 500,
"cacheTtl": 1,
"repositories": [
{
"name": "Iglu Central",
Expand Down

0 comments on commit 1d2ec1f

Please sign in to comment.