Files
UnrealEngineUWP/Engine/Source/Programs/NetworkProfiler/NetworkProfiler/app.config
bart hawthorne ebb6c0498e Fix issue with opening large profiles in the network profiler - we were hitting the array size limit.
[FYI] ryan.gerleve, brian.bekich, jon.nabozny


#ROBOMERGE-SOURCE: CL 5353201 via CL 5355162

[CL 5355268 by bart hawthorne in Main branch]
2019-03-08 18:47:02 -05:00

15 lines
544 B
XML

<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add name="NetworkProfiler.Properties.Settings.NetworkPerfConnectionString" connectionString="Data Source=dev-db;Initial Catalog=NetworkPerf;Integrated Security=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<runtime>
<generatePublisherEvidence enabled="false"/>
<gcAllowVeryLargeObjects enabled="true" />
</runtime>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
</startup>
</configuration>