makeomatic/ms-payments

View on GitHub
src/config/dlock.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  dlock: {
    lockPrefix: 'dlock!',
    pubsubChannel: '{ms-payments}:dlock',
    lock: {
      timeout: 15000,
      retries: 1,
      delay: 50,
    },
  },
};