0.1.1 • Published 6 years ago

@arkecosystem/core-transaction-pool-redis v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

ARK Core

ARK Core - Transaction Pool Redis

Installation

yarn add @arkecosystem/core-transaction-pool-redis

Configuration

Defaults

module.exports = {
  enabled: true,
  key: 'ark',
  maxTransactionsPerSender: 100,
  whitelist: ['127.0.0.1', '192.168.*'],
  redis: {
    host: process.env.ARK_REDIS_HOST || 'localhost',
    port: process.env.ARK_REDIS_PORT || 6379
  }
}

Security

If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.

Credits

License

MIT © ArkEcosystem