mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
fix build
This commit is contained in:
@@ -474,7 +474,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
}
|
||||
|
||||
private Timer _closeTimer;
|
||||
private readonly TimeSpan _openStreamMaxAge = TimeSpan.FromSeconds(40);
|
||||
private readonly TimeSpan _openStreamMaxAge = TimeSpan.FromSeconds(60);
|
||||
|
||||
private void StartCloseTimer()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user