Module: deluge Branch: master Commit: ed0b017fe1f57f74c5ab4b69e19ae7480bba4460
Author: John Garland <[email protected]> Date: Fri Jun 10 13:24:36 2011 +1000 Increase max piece size to 16 MiB in create torrent dialog Increasing it beyond this will require changes to createtorrentdialog.py --- deluge/ui/gtkui/glade/create_torrent_dialog.glade | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/deluge/ui/gtkui/glade/create_torrent_dialog.glade b/deluge/ui/gtkui/glade/create_torrent_dialog.glade index 38cd7cb..2307fdb 100644 --- a/deluge/ui/gtkui/glade/create_torrent_dialog.glade +++ b/deluge/ui/gtkui/glade/create_torrent_dialog.glade @@ -558,6 +558,7 @@ 2 MiB 4 MiB 8 MiB +16 MiB </property> </widget> <packing> -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
