Right now there is no application side limit on the amount of data in the reference saved in transfer info server.
It could be limited by the post request size limit server side:
https://stackoverflow.com/questions/2364840/what-is-the-size-limit-of-a-post-request
But it should probably be some reasonable length (i.e. 100-1000 characters) so that people don't go uploading their hard drive backups on our server.
Right now there is no application side limit on the amount of data in the reference saved in transfer info server.
It could be limited by the post request size limit server side:
https://stackoverflow.com/questions/2364840/what-is-the-size-limit-of-a-post-request
But it should probably be some reasonable length (i.e. 100-1000 characters) so that people don't go uploading their hard drive backups on our server.