We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809f67c commit 0c40d8fCopy full SHA for 0c40d8f
Config/Engine.ini
@@ -5,9 +5,11 @@
5
[HTTP.HttpThread]
6
RunningThreadedRequestLimit=100
7
8
-# Don't let libCurl limit connections to a single host, maps to CURLMOPT_MAX_HOST_CONNECTIONS
+# Explicitly set the libCurl max connections to a single host (maps to CURLMOPT_MAX_HOST_CONNECTIONS)
9
+# Unreal defaults to 16, but this is lower than a typical value for MaximumSimultaneousTileLoads
10
+# Use a number just past the highest reasonable value we think a user should ever pick
11
[HTTP]
-HttpMaxConnectionsPerServer=0
12
+HttpMaxConnectionsPerServer=40
13
14
[CoreRedirects]
15
+FunctionRedirects=(OldName="CesiumMetadataFeatureTableBlueprintLibrary.GetPropertiesForFeatureID",NewName="GetMetadataValuesForFeatureID")
0 commit comments