mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 10:48:26 -04:00
Fixed memory counter not refreshing over time
This commit is contained in:
@@ -14,11 +14,6 @@ namespace NadekoBot.Services
|
||||
/// </summary>
|
||||
long CommandsRan { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The total amount of private memory used by the bot, in Megabytes.
|
||||
/// </summary>
|
||||
double PrivateMemory { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The Discord framework used by the bot.
|
||||
/// </summary>
|
||||
@@ -54,5 +49,10 @@ namespace NadekoBot.Services
|
||||
/// </summary>
|
||||
/// <param name="separator">The formatting separator.</param>
|
||||
string GetUptimeString(string separator = ", ");
|
||||
|
||||
/// <summary>
|
||||
/// Gets total amount of private memory currently in use by the bot, in Megabytes.
|
||||
/// </summary>
|
||||
double GetPrivateMemory();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user