From 6683e154bb5a840a5aa72c9b0f0abc8655816b02 Mon Sep 17 00:00:00 2001 From: wangqi Date: Sat, 24 Feb 2018 04:12:47 +0000 Subject: [PATCH] Remove duplicate word 'the' Change-Id: I1bcce8034fa7af6af99a5eb3e8292c714da89e51 --- .../notes/add_action_definition_caching-78d4446d61c6d739.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/add_action_definition_caching-78d4446d61c6d739.yaml b/releasenotes/notes/add_action_definition_caching-78d4446d61c6d739.yaml index faf9cc5b0..898826814 100644 --- a/releasenotes/notes/add_action_definition_caching-78d4446d61c6d739.yaml +++ b/releasenotes/notes/add_action_definition_caching-78d4446d61c6d739.yaml @@ -4,6 +4,6 @@ features: Enable caching of action definitions in local memory. Now, instead of downloading the definitions from the database every time, mistral engine will store them in a local cache. This should reduce the number of - database requests and improve the whole performance of the the system. + database requests and improve the whole performance of the system. Cache ttl can be configured with ``action_definition_cache_time`` option from [engine] group. The default value is 60 seconds.