Created
May 12, 2026 14:39
-
-
Save pedroinfo/3994577d60ee67cdaad3880f28e5ffbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <configuration> | |
| <location path="." inheritInChildApplications="false"> | |
| <system.webServer> | |
| <webSocket enabled="true" /> | |
| <aspNetCore processPath="dotnet" arguments=".\App.dll" hostingModel="inprocess" requestTimeout="00:10:00"> | |
| <environmentVariables> | |
| <!-- Tenta forçar o timeout via variável de ambiente que o .NET reconhece --> | |
| <environmentVariable name="ASPNETCORE_SIGNALR_HUB_CLIENT_TIMEOUT_INTERVAL" value="120000" /> | |
| </environmentVariables> | |
| </aspNetCore> | |
| </system.webServer> | |
| </location> | |
| </configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment