From c44a035ed8222c2b39bd0fd522b952fac61f9a36 Mon Sep 17 00:00:00 2001 From: "Tait,Trevor(rt0435)" Date: Thu, 10 Jan 2019 16:40:32 -0500 Subject: Context Aggregator L2 Fabric Upgraded the Context Aggregator to use the latest pomba-audit-common model. Also cleaned up a lot of whitespace and import order errors that were being output by the ONAP audit. Issue-ID: LOG-920 Change-Id: I0a7e15f19f28775bbd3e9cf4e95c4de176545ae1 Signed-off-by: Tait,Trevor(rt0435) --- config/builders/aai.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/builders/aai.properties b/config/builders/aai.properties index 1ab39a8..efee2db 100644 --- a/config/builders/aai.properties +++ b/config/builders/aai.properties @@ -2,8 +2,8 @@ server.host= server.port= server.protocol=http security.protocol=TLS -connection.timeout.ms=5000 -read.timeout.ms=1000 +connection.timeout.ms=30000 +read.timeout.ms=30000 base.uri=/aaicontextbuilder/service/context basicauth.username= basicauth.password= -- cgit 1.2.3-korg