*** empty log message ***

This commit is contained in:
Arvid Norberg
2005-07-16 00:56:50 +00:00
parent 080da58903
commit 300e839fab
8 changed files with 146 additions and 55 deletions

View File

@@ -372,7 +372,7 @@ int main(int argc, char* argv[])
catch (invalid_encoding&) {}
catch (boost::filesystem::filesystem_error&) {}
handles.push_back(ses.add_torrent(e, save_path, resume_data, true, 128 * 1024));
handles.push_back(ses.add_torrent(e, save_path, resume_data, true, 64 * 1024));
handles.back().set_max_connections(100);
handles.back().set_max_uploads(-1);
handles.back().set_ratio(1.02f);