From 68a16b02732e9b2d98cbcec8c5c542d9e7c75c33 Mon Sep 17 00:00:00 2001 From: Sameer Kumar Subudhi Date: Thu, 8 Feb 2024 23:00:10 +0530 Subject: [PATCH] :arrow_up: Version bump to 0.7.5 --- framework/src/microservice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/microservice.js b/framework/src/microservice.js index 2a34864d76..b77d8ced28 100644 --- a/framework/src/microservice.js +++ b/framework/src/microservice.js @@ -56,7 +56,7 @@ const Microservice = (config = {}) => { const broker = new ServiceBroker({ transporter: moleculerConfig.transporter, - requestTimeout: (moleculerConfig.brokerTimeout || 5) * 1000, + requestTimeout: (moleculerConfig.brokerTimeout || 10) * 1000, logger: { type: 'Log4js', options: {