rupa / sprunge

command line pastebin for google appengine
http://sprunge.us
723 stars 70 forks source link

What's the paste retention policy? #42

Open zevnyc opened 7 years ago

zevnyc commented 7 years ago

@rupa How long do pastes stay alive?

I saw in another issue you said there's limited space, so first in first out?

brycied00d commented 7 years ago

This would be last-in-first-out.

In the past, sprunge.us deleted as it added which was presumably added/implemented once the "datastore" reached a given size, in order to maintain that size.

Now that sprunge.us uses "blobstore," dumping pastes as objects in a storage bucket, the limit is practically unlimited, depending how much @rupa is willing to pay on Google Cloud Storage. So this is the real core question: what is the retention policy set on the bucket/blobstore backing http://sprunge.us?

alexhass commented 6 years ago

Any progress?