Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pedroinfo/3994577d60ee67cdaad3880f28e5ffbf to your computer and use it in GitHub Desktop.

Select an option

Save pedroinfo/3994577d60ee67cdaad3880f28e5ffbf to your computer and use it in GitHub Desktop.
<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