You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Horde: Bump DefaultMaxInMemoryBlobLength
#rnx #rb none #preflight none [CL 19363383 by Joe Kirchoff in ue5-main branch]
This commit is contained in:
@@ -267,7 +267,7 @@ namespace EpicGames.Horde.Storage
|
||||
/// </summary>
|
||||
public static class StorageClientExtensions
|
||||
{
|
||||
const int DefaultMaxInMemoryBlobLength = 50 * 1024 * 1024;
|
||||
const int DefaultMaxInMemoryBlobLength = 128 * 1024 * 1024;
|
||||
|
||||
/// <summary>
|
||||
/// Gets a blob as a byte array
|
||||
|
||||
Reference in New Issue
Block a user