Update server configuration and enhance network monitoring. Changed SERVER_NAME in .env file. Added network download and upload speed tracking to system stats in index.ts, and updated SessionServer model to store these metrics.
This commit is contained in:
@@ -36,6 +36,12 @@ const sessionServerSchema = new Schema(
|
||||
localIP: {
|
||||
type: String,
|
||||
},
|
||||
networkDownloadSpeed: {
|
||||
type: Number,
|
||||
},
|
||||
networkUploadSpeed: {
|
||||
type: Number,
|
||||
},
|
||||
},
|
||||
{
|
||||
timestamps: true,
|
||||
|
||||
Reference in New Issue
Block a user