mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 11:08:05 +01:00
fix an incorrect backup metric
This commit is contained in:
committed by
ravi-signal
parent
a87690d817
commit
7dddc4d759
@@ -297,7 +297,7 @@ public class BackupsDb {
|
||||
.tags(tags)
|
||||
.publishPercentileHistogram()
|
||||
.register(Metrics.globalRegistry)
|
||||
.record(mediaCount);
|
||||
.record(bytesUsed);
|
||||
|
||||
// Report that the backup is out of quota if it cannot store a max size media object
|
||||
final boolean quotaExhausted = bytesUsed >=
|
||||
|
||||
Reference in New Issue
Block a user