Skip to content

Commit

Permalink
Add node id to farmer and harvester stats
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Sep 23, 2023
1 parent cb48604 commit e225199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/service/db/satellite.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const satelliteSchema = new mongoose.Schema({
}],
default: undefined,
},
nodeId: String,
},
lastUpdate: Date,
},
Expand All @@ -60,6 +61,7 @@ const satelliteSchema = new mongoose.Schema({
totalRawPlotCapacityInGib: String,
totalEffectivePlotCapacityInGib: String,
farmerConnectionsCount: Number,
nodeId: String,
},
lastUpdate: Date,
},
Expand Down

0 comments on commit e225199

Please sign in to comment.