added lines that were removed by mistake

This commit is contained in:
Arvid Norberg 2007-01-11 02:59:38 +00:00
parent 8cf5c01ba0
commit cfb238886d
1 changed files with 2 additions and 0 deletions

View File

@ -288,6 +288,8 @@ namespace libtorrent
// this will be corrected the next time the main session
// distributes resources, i.e. on average in 0.5 seconds
m_connections_quota.given = 100;
m_uploads_quota.max = std::numeric_limits<int>::max();
m_connections_quota.max = std::numeric_limits<int>::max();
m_policy.reset(new policy(this));
init();