Posted by overall on May 20, 2009 at 8:29am
3 followers
Jump to:
| Project: | BitTorrent |
| Version: | 6.x-9.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | overall |
| Status: | closed (fixed) |
Issue Summary
"bt_torrents.metadata" has type "blob" with max size of 65535.
And when I try to upload torrent-file larger than 64K, it fails.
So we must either change "metadata" type to MEDIUMBLOB or LONGBLOB, or remove this field and use actually uploaded file and I think this would be better.
Comments
#1
"metadata" field was removed from table and now actually uploaded file is used.
#2
overall isnt that only for the 10.x release. Which i think us that are using bittorrent.module would consider to be the current. I have a patch i need to submit. I will try to clean it up and post it tonight or tomorrow.
#3
That is for current version.
I'm currently not so familiar with release system, so I don't use it for the present.
The current version you always (until I'll start using release system) as mentioned at main project page can download from http://drupal.org/node/441488 thread.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.