2 writes to CapacityInBytes
dotnet (1)
Telemetry\PersistenceChannel\StorageService.cs (1)
74
CapacityInBytes
= 10 * 1024 * 1024; // 10 MB
dotnet.Tests (1)
TelemetryTests\StorageTests.cs (1)
166
storage.
CapacityInBytes
= 200; // Each file enqueued in CreateTransmissionAndEnqueueIt is ~300 bytes.
1 reference to CapacityInBytes
dotnet (1)
Telemetry\PersistenceChannel\StorageService.cs (1)
189
if ((ulong)_storageSize >=
CapacityInBytes
|| _storageCountFiles >= MaxFiles)