diff --git a/telemetry/proto/floor.go b/telemetry/proto/floor.go index 46c9b559f..8c8c9efd7 100644 --- a/telemetry/proto/floor.go +++ b/telemetry/proto/floor.go @@ -4,4 +4,4 @@ package proto // the server keeps the report: fresh `weed server` runs, CI jobs and throwaway // containers each mint their own cluster id, and they were most of the counted // clusters while holding almost none of the bytes. -const MinDiskBytes = 10 << 30 +const MinDiskBytes uint64 = 10 << 30