feat: multi project support, maintaince
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<RootNamespace>Ragon.Relay</RootNamespace>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"limitRooms": 200,
|
||||
"limitBufferedEvents": 50,
|
||||
"limitUserDataSize": 1024,
|
||||
"limitPropertySize": 512
|
||||
"limitPropertySize": 512,
|
||||
"limitConnectionsPerProject": 100
|
||||
}
|
||||
Reference in New Issue
Block a user