Skip to content

Commit

Permalink
all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sebseb7 committed Mar 26, 2019
1 parent f92d757 commit c5b513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ function createWindow () {
count++;
if(count == 4) {
updateJob('init',function(){
server.listen(global.poolconfig.poolport);
server.listen(global.poolconfig.poolport,'0.0.0.0');
logger.info("start swap micropool, port "+global.poolconfig.poolport);
});
setInterval(function(){updateJob('timer');}, 100);}
Expand Down

0 comments on commit c5b513d

Please sign in to comment.