mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-26 16:45:23 +00:00
move LnkShortcutHandler
This commit is contained in:
parent
883399caeb
commit
bd31c0175d
6 changed files with 4 additions and 8 deletions
|
|
@ -122,7 +122,7 @@ namespace Emby.Server.Implementations.Logging
|
|||
{
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(path));
|
||||
|
||||
_fileStream = new FileStream(path, FileMode.Create, FileAccess.Write, FileShare.Read);
|
||||
_fileStream = new FileStream(path, FileMode.Create, FileAccess.Write, FileShare.Read, 32768);
|
||||
_cancellationTokenSource = new CancellationTokenSource();
|
||||
|
||||
Task.Factory.StartNew(LogInternal, _cancellationTokenSource.Token, TaskCreationOptions.LongRunning, TaskScheduler.Default);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue