From beacc9aae024336afabb49aa2ac8abd0e677a9fb Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 18 Jan 2018 15:36:23 -0500 Subject: Update recipes to add default values for timeout and the query smart limit to false Found that the smart limit on random scenario will cause the db to return a factor of 2000 vertexes instead of all when smart limit is set to true Issue-ID: AAI-493 Change-Id: I0d05f9d5a30372745946b937eefaaf41b7984906 Signed-off-by: Venkata Harish K Kajur --- .../templates/default/aai-traversal-app-config/titan-cached.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'cookbooks/aai-traversal/aai-traversal-config/templates/default/aai-traversal-app-config/titan-cached.properties') diff --git a/cookbooks/aai-traversal/aai-traversal-config/templates/default/aai-traversal-app-config/titan-cached.properties b/cookbooks/aai-traversal/aai-traversal-config/templates/default/aai-traversal-app-config/titan-cached.properties index 2691adf..ca2e6c5 100644 --- a/cookbooks/aai-traversal/aai-traversal-config/templates/default/aai-traversal-app-config/titan-cached.properties +++ b/cookbooks/aai-traversal/aai-traversal-config/templates/default/aai-traversal-app-config/titan-cached.properties @@ -1,5 +1,6 @@ # the following parameters are not reloaded automatically and require a manual bounce query.fast-property=true +query.smart-limit=false storage.backend=<%= @STORAGE_BACKEND %> storage.hostname=<%= @STORAGE_HOSTNAME %> #schema.default=none -- cgit 1.2.3-korg