Browse Source

more frequent stats logging

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
02dcd22b4e
  1. 2
      app.js

2
app.js

@ -182,7 +182,7 @@ app.runOnStartup = function() {
console.log(`Connected to InfluxDB: ${config.credentials.influxdb.host}:${config.credentials.influxdb.port}/${config.credentials.influxdb.database}`);
logNetworkStats();
setInterval(logNetworkStats, 5 * 60000);
setInterval(logNetworkStats, 1 * 60000);
}
if (config.donationAddresses) {

Loading…
Cancel
Save