mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
We are now only keeping the latest 1000 log records in the database. Delete everything else.
This commit is contained in:
parent
1c0e00e4ba
commit
5a8342eeb8
2 changed files with 11 additions and 3 deletions
|
@ -63,7 +63,7 @@ namespace PlexRequests.UI
|
|||
var baseUrl = result.MapResult(
|
||||
o => o.BaseUrl,
|
||||
e => string.Empty);
|
||||
|
||||
|
||||
var port = result.MapResult(
|
||||
x => x.Port,
|
||||
e => -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue