views:

121

answers:

0

When calling DatastoreService.delete(keys) with 400 keys, I'm get this exception:

java.lang.IllegalArgumentException: datastore transaction or write too big.

I thought the limit on batch deletes was 500 so I am well under the limit. Am I missing something here?

Thanks, Keyur