Slight bug in "Please wait server busy"
Error: Blocks multi-user browsing
It is slightly too aggressive, and probably should be based on connections-per-second.
Also the please wait delay is a little bit longer than necessary (delays real humans, often).
Feature request: Upload status available on Every page (available on the same page as the menus) so we can 'if uploading then no archive'
Feature request: Archive status available on any page (available on the same page as the menus) so we can 'if archiving then delay upload'
Purpose is:
I'd like these with numeric result as %number-addresses-uploading% (on Every page, not just special upload section) and %number-addresses-archiving% (just packing the .tar file); so that I can throttle/delay other activities so that they don't clash. Could also limit the # archive ongoing to 1 (by refusing to start another until the first is finished) and not doing either while uploading (to avoid interrupted upload).