| Index: storage/common/blob_storage/blob_storage_constants.h
|
| diff --git a/storage/common/blob_storage/blob_storage_constants.h b/storage/common/blob_storage/blob_storage_constants.h
|
| index ddf97ec00f626714d53df38ee1cb13198447af84..1e24086734d75b4c321829dc941abbf8de530a2e 100644
|
| --- a/storage/common/blob_storage/blob_storage_constants.h
|
| +++ b/storage/common/blob_storage/blob_storage_constants.h
|
| @@ -16,6 +16,8 @@ const uint64_t kBlobStorageMaxFileSizeBytes = 100 * 1024 * 1024;
|
| const uint64_t kBlobStorageMinFileSizeBytes = 1 * 1024 * 1024;
|
| const size_t kBlobStorageMaxBlobMemorySize =
|
| kBlobStorageMaxMemoryUsage - kBlobStorageMinFileSizeBytes;
|
| +const uint64_t kBlobStorageInFlightMemory = kBlobStorageMinFileSizeBytes;
|
| +const uint64_t kBlobStorageMaxDiskSpace = 5 * 1024 * 1024; // 5 gigs.
|
|
|
| enum class IPCBlobItemRequestStrategy {
|
| UNKNOWN = 0,
|
|
|