mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 20:24:27 -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>
|
<AssemblyName>Kyoo.Host</AssemblyName>
|
||||||
<RootNamespace>Kyoo.Host</RootNamespace>
|
<RootNamespace>Kyoo.Host</RootNamespace>
|
||||||
<StartupObject>Kyoo.Host.Program</StartupObject>
|
<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>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user