[19:01:54]
<sarvo> but shouldn't it check for changes in the upload slot rather than the delete one? Since it is uploading to the same address they remain on the same site, even if the delete endpoint/address/method changes
[20:44:28]
<Maranda> sarvo: no because depending on the storage used Metronome is mostly agnostic of the users' and can't list 'em. And some data gets loaded only on demand perhaps having to traverse all user store to rectify the URLs is a real pita. Also think of when you just change upstream http file server keeping the old for a while before decommissioning until it's drained
[20:49:00]
<Maranda> The module code is keept as simple as possible and it's completely agnostic of the upstream server state, so all Metronome knows about is the slot URL
[20:49:45]
<Maranda> If you think there's room for improvement feel free to submit a PR