@autofleet/rabbit 3.2.19-beta.2 → 3.2.19-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -19,7 +19,7 @@ const consts_1 = require("./lib/consts");
|
|
|
19
19
|
const types_1 = require("./lib/types");
|
|
20
20
|
// const debug = nodeDebug('af-rabbitmq')
|
|
21
21
|
const debug = logger_1.default.debug.bind(logger_1.default);
|
|
22
|
-
const PUBLISH_TIMEOUT = 1000 *
|
|
22
|
+
const PUBLISH_TIMEOUT = 1000 * 2;
|
|
23
23
|
const HEARTBEAT = '60';
|
|
24
24
|
class RabbitMq {
|
|
25
25
|
static parseMsg(msg) {
|
package/package.json
CHANGED