mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-28 02:21:00 +01:00
trim logging
This commit is contained in:
@@ -105,7 +105,7 @@ namespace MediaBrowser.Providers.People
|
|||||||
|
|
||||||
if (requestCount >= 5)
|
if (requestCount >= 5)
|
||||||
{
|
{
|
||||||
_logger.Debug("Throttling Tmdb people");
|
//_logger.Debug("Throttling Tmdb people");
|
||||||
|
|
||||||
// This needs to be throttled
|
// This needs to be throttled
|
||||||
return new List<RemoteSearchResult>();
|
return new List<RemoteSearchResult>();
|
||||||
|
|||||||
Reference in New Issue
Block a user