Horde: Bump DefaultMaxInMemoryBlobLength

#rnx
#rb none
#preflight none

[CL 19363383 by Joe Kirchoff in ue5-main branch]
This commit is contained in:
Joe Kirchoff
2022-03-11 18:27:39 -05:00
parent b001b3e042
commit 73a88da8b3

View File

@@ -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