mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Limit the number of threads of the api
This commit is contained in:
parent
b995b86cee
commit
0eb7a58494
@ -4,6 +4,9 @@
|
||||
<AssemblyName>Kyoo.Host</AssemblyName>
|
||||
<RootNamespace>Kyoo.Host</RootNamespace>
|
||||
<StartupObject>Kyoo.Host.Program</StartupObject>
|
||||
<!-- Limit the number of threads, the default is to not limit so scanning the library
|
||||
create way too many of them and slows the whole server. -->
|
||||
<ThreadPoolMaxThreads>50</ThreadPoolMaxThreads>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user