peer expire time updated

This commit is contained in:
raja.blaze 2019-08-28 15:56:19 +05:30
parent 898447d1a3
commit af976bd1f3

View File

@ -191,6 +191,7 @@ export class BlockchainKernelController {
*/
this.router.get(
`${this.path}/getpeers`,
redisMiddleware(3600),
this.getPeers,
);