mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
fixed an issue with the video image provider requiring two-pass refreshing
This commit is contained in:
@@ -30,7 +30,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
|
||||
/// <summary>
|
||||
/// The flush interval
|
||||
/// </summary>
|
||||
private const int FlushInterval = 5000;
|
||||
private const int FlushInterval = 2000;
|
||||
|
||||
/// <summary>
|
||||
/// The flush timer
|
||||
|
||||
Reference in New Issue
Block a user