Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
⬆️ Version bump to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersubudhi committed Feb 8, 2024
1 parent d566d68 commit 68a16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/microservice.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 68a16b0

Please sign in to comment.