diff options
author | Steve Smokowski <ss835w@att.com> | 2019-02-11 13:08:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-11 13:08:50 +0000 |
commit | b76ef4b76af825c185b6a9c6eccff275f6f9e31b (patch) | |
tree | 8b2a56bce88e889170a4490903f4a5be0a90694f /common | |
parent | 9b0a912e6c618fe7d88ab55bd4208a4ba1bf986f (diff) | |
parent | 29dd22feb5a2f239aa8ddd8a30c37edbe6e9d902 (diff) |
Merge "Increase long poll DMaaP timeout value to 60"
Diffstat (limited to 'common')
-rw-r--r-- | common/src/main/resources/dmaap/default-consumer.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/main/resources/dmaap/default-consumer.properties b/common/src/main/resources/dmaap/default-consumer.properties index f19b64242d..3f492e1d33 100644 --- a/common/src/main/resources/dmaap/default-consumer.properties +++ b/common/src/main/resources/dmaap/default-consumer.properties @@ -16,6 +16,7 @@ maxBatchSize=100 maxAgeMs=250 group=MSO id=dev +timeout=60000 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 |