Comment 6 for bug 1893716

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Slow operations are recommended in motd to use caching and here I think this should be done as well.

Just like other operations using slow calls or network they should cache it and only run every few seconds. That will already cut down any mistaken "run on non-interactive" by an order of magnitude and generally it doesn't matter too much for this output if it is current or 5 seconds old as long as it isn't from yesteryear.

So even if all else fails this should - as a fallback - help a bit right?