commit | 4c481d179a83fea9a13b2aa2eb2a6d819bb0b836 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Mon Nov 19 13:28:17 2018 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon Nov 19 14:00:57 2018 -0800 |
tree | 1e9d9e3518504edc1f176bf98ad12138b4d32d74 | |
parent | 58c4e8acc04b1ffcf18f517328d0110ac751687d [diff] |
[SEBA-331] Adding TTL cache config to sadis app Change-Id: I61ef22a726cb1bc75cb5dcea612f13deb31f73f6
diff --git a/xos-profiles/att-workflow/templates/_tosca.tpl b/xos-profiles/att-workflow/templates/_tosca.tpl index 8af721c..aca682d 100644 --- a/xos-profiles/att-workflow/templates/_tosca.tpl +++ b/xos-profiles/att-workflow/templates/_tosca.tpl
@@ -175,7 +175,8 @@ "sadis" : { "integration" : { "cache" : { - "maxsize" : 1000 + "maxsize" : 1000, + "ttl": "PT300S" }, "url" : "http://sadis-service:8000/subscriber/%s" }