Skip to content

Commit 46df803

Browse files
committed
Update TimeDelay
1 parent 335b7be commit 46df803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

order/src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const DEFAULT_RABBIT_URI = "amqp://guest:guest@rabbitmq";
66
const DEFAULT_ORDER_QUEUE = "orders";
77
const DEFAULT_PRODUCT_QUEUE = "products";
88
const DEFAULT_JWT_SECRET = "secret";
9-
const DEFAULT_RABBIT_CONNECT_DELAY_MS = 10000;
9+
const DEFAULT_RABBIT_CONNECT_DELAY_MS = 30000;
1010

1111
module.exports = {
1212
mongoURI: process.env.MONGODB_ORDER_URI || DEFAULT_MONGO_URI,

0 commit comments

Comments
 (0)