I actually wanted to make it possible to save large values. In the end, however, I found out that this is limited by the datastore. Due to a completely messed up implementation and bad error handling, I didn't recognise this. This PR now improves that.
Resolves #1234 (in some ways)
I actually wanted to make it possible to save large values. In the end, however, I found out that this is limited by the datastore. Due to a completely messed up implementation and bad error handling, I didn't recognise this. This PR now improves that.