increase log cache

This commit is contained in:
kaso17 2018-03-08 11:42:10 +01:00
parent 75bb28f376
commit 82d0c934ff
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace Jackett.Services
Message = l.FormattedMessage,
When = l.TimeStamp
});
logs = logs.Take(50).ToList();
logs = logs.Take(200).ToList();
}
}