summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-02-25 13:53:13 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-25 13:53:13 +0000
commit6a3832a02c87bd07888e01aa9837db8c8c3b34db (patch)
treec0751154fc97cd8b4d2a1e3bdaf30ba18d178298 /common
parent6cd495d774c5532dddf73cd1ac657916e3e3412b (diff)
parent0d43a164e9ddc939229d2e332c487cf92069d413 (diff)
Merge "Update long poll DMaaP timeout value to 55 seconds"
Diffstat (limited to 'common')
-rw-r--r--common/src/main/resources/dmaap/default-consumer.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/main/resources/dmaap/default-consumer.properties b/common/src/main/resources/dmaap/default-consumer.properties
index 3f492e1d33..fe05d8d98f 100644
--- a/common/src/main/resources/dmaap/default-consumer.properties
+++ b/common/src/main/resources/dmaap/default-consumer.properties
@@ -16,7 +16,7 @@ maxBatchSize=100
maxAgeMs=250
group=MSO
id=dev
-timeout=60000
+timeout=55000
AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler
AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler
AFT_DME2_REQ_TRACE_ON=true