We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335b7be commit 46df803Copy full SHA for 46df803
1 file changed
order/src/config.js
@@ -6,7 +6,7 @@ const DEFAULT_RABBIT_URI = "amqp://guest:guest@rabbitmq";
6
const DEFAULT_ORDER_QUEUE = "orders";
7
const DEFAULT_PRODUCT_QUEUE = "products";
8
const DEFAULT_JWT_SECRET = "secret";
9
-const DEFAULT_RABBIT_CONNECT_DELAY_MS = 10000;
+const DEFAULT_RABBIT_CONNECT_DELAY_MS = 30000;
10
11
module.exports = {
12
mongoURI: process.env.MONGODB_ORDER_URI || DEFAULT_MONGO_URI,
0 commit comments