| 1 Jun 2025 |
edef | 404s aren't cacheable, since presence isn't immutable | 17:43:23 |
Arian | Aaaaaah | 17:43:33 |
edef | and 404s tend to be unique requests | 17:43:35 |
Arian | Yes. I see what you're getting at now | 17:43:45 |
edef | every nix build is bottlenecked on cno 404s | 17:43:48 |
edef | * every nix build is bottlenecked on c.n.o 404s | 17:43:52 |
Arian | We don't cache them at all? Because we DO cache 404s locally | 17:44:52 |
Arian | (found that out the hard way) | 17:44:57 |
edef | we cache them at most briefly, but this isn't the point | 17:45:30 |
edef | every derivation you build that isn't cached doesn't start building until it has been confirmed it 404s | 17:45:47 |
edef | approximately 100% of all nix derivations aren't in the cache | 17:46:02 |