mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
trim logging
This commit is contained in:
parent
3f0927fb60
commit
1e62332d3d
@ -105,7 +105,7 @@ namespace MediaBrowser.Providers.People
|
||||
|
||||
if (requestCount >= 5)
|
||||
{
|
||||
_logger.Debug("Throttling Tmdb people");
|
||||
//_logger.Debug("Throttling Tmdb people");
|
||||
|
||||
// This needs to be throttled
|
||||
return new List<RemoteSearchResult>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user