Use timestamp instead of date in stats table

This commit is contained in:
nymkappa
2022-08-19 11:57:59 +02:00
parent c9a8b91c0b
commit 1ef4485a26
2 changed files with 13 additions and 1 deletions

View File

@@ -272,10 +272,12 @@ class LightningStatsImporter {
// Stats exist already, don't calculate/insert them
if (existingStatsTimestamps[timestamp] !== undefined) {
totalProcessed++;
continue;
}
if (filename.indexOf('topology_') === -1) {
totalProcessed++;
continue;
}