add constant for the max datastore accepted size

This commit is contained in:
juliandescottes 2016-12-21 13:15:13 +01:00 committed by Julian Descottes
parent 7eea5d672a
commit e97a641e95

View File

@ -49,6 +49,9 @@ var Constants = {
// TESTS
DRAWING_TEST_FOLDER : 'drawing',
// Maximum size of a sprite that can be saved on piskelapp datastore.
APPENGINE_SAVE_LIMIT : 1000,
// SERVICE URLS
APPENGINE_SAVE_URL : 'save',
IMAGE_SERVICE_UPLOAD_URL : 'http://piskel-imgstore-b.appspot.com/__/upload',