Files
snikket-web-portal/snikket_web
Jonas Schäfer 51f2ebbd13 Handle the correct exception when formatting extremely high amounts of bytes
Found in production. Yes really. Due to some borked LXC integration, my
snikket host reports

```
MemTotal:       9007199254740991 kB
MemFree:        9007199254690591 kB
MemAvailable:   9007199254690591 kB
```

That is more than 1024 TiB, so it tries to go further up in the scale,
which then causes a Guru Meditation because of the uncaught IndexError.
2022-01-10 17:32:11 +01:00
..
2021-03-25 17:31:56 +01:00
2021-05-27 17:21:58 +02:00
2021-10-15 15:21:22 +02:00
2021-08-31 17:03:21 +02:00
2022-01-08 13:12:30 +01:00
2021-05-27 17:21:58 +02:00
2022-01-08 13:12:30 +01:00