ckrintz / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Warn the user if their app is too large #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since the user's application is stored in the database, a problem can arise
if the database in question cannot store large objects.

Need to warn the user if their app is too large (>1MB) while we move the
app out of the database into a different location that can store larger files.

Done, will be in next release.

Original issue reported on code.google.com by shattere...@gmail.com on 31 Dec 2009 at 6:36