Skip to content

Commit

Permalink
Merge pull request #4018 from LiskHQ/3839-remove_stdin
Browse files Browse the repository at this point in the history
Remove stdin and gc - Closes #3839
  • Loading branch information
shuse2 committed Jul 30, 2019
2 parents 40c7e58 + c82472c commit 5093d12
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions framework/src/modules/chain/chain.js
Expand Up @@ -48,15 +48,6 @@ const { Transport } = require('./transport');
const syncInterval = 10000;
const forgeInterval = 1000;

// Begin reading from stdin
process.stdin.resume();

if (typeof gc !== 'undefined') {
setInterval(() => {
gc(); // eslint-disable-line no-undef
}, 60000);
}

/**
* Chain Module
*
Expand Down

0 comments on commit 5093d12

Please sign in to comment.