mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Add instance uptime to API info response
This update includes the instance uptime in the API info response.
This commit is contained in:
@ -10,6 +10,7 @@ public class InfoResponse
|
||||
public MetricSnapshot<int> TotalRecentClients { get; set; }
|
||||
|
||||
public MetricSnapshot<int?> MaxConcurrentClients { get; set; }
|
||||
public TimeSpan Uptime { get; set; }
|
||||
}
|
||||
|
||||
public class MetricSnapshot<T>
|
||||
|
Reference in New Issue
Block a user