Final code cleanup

This commit is contained in:
JustArchi
2020-11-14 22:37:00 +01:00
parent ea1429a209
commit e82560259b
56 changed files with 2176 additions and 1428 deletions

View File

@@ -32,7 +32,7 @@ namespace ArchiSteamFarm.CustomPlugins.PeriodicGC {
internal sealed class PeriodicGCPlugin : IPlugin {
private const byte GCPeriod = 60; // In seconds
private static readonly Timer PeriodicGCTimer = new Timer(PerformGC);
private static readonly Timer PeriodicGCTimer = new(PerformGC);
public string Name => nameof(PeriodicGCPlugin);