mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
update live tv database
This commit is contained in:
@@ -84,7 +84,7 @@ namespace MediaBrowser.Server.Implementations.IO
|
||||
// This is an arbitraty amount of time, but delay it because file system writes often trigger events after RemoveTempIgnore has been called.
|
||||
// Seeing long delays in some situations, especially over the network, sometimes up to 45 seconds
|
||||
// But if we make this delay too high, we risk missing legitimate changes
|
||||
await Task.Delay(10000).ConfigureAwait(false);
|
||||
await Task.Delay(15000).ConfigureAwait(false);
|
||||
|
||||
string val;
|
||||
_tempIgnoredPaths.TryRemove(path, out val);
|
||||
|
||||
Reference in New Issue
Block a user