mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Bump default amount of MaxCount
This commit is contained in:
@@ -31,7 +31,7 @@ namespace ArchiSteamFarm {
|
||||
internal sealed class HistoryTarget : TargetWithLayout {
|
||||
internal const string TargetName = "History";
|
||||
|
||||
private const byte DefaultMaxCount = 10;
|
||||
private const byte DefaultMaxCount = 20;
|
||||
|
||||
internal IEnumerable<string> ArchivedMessages => HistoryQueue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user