Ethscriptions commited on
Commit
f4dbedd
·
1 Parent(s): 0fa7240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -17,12 +17,6 @@ if magnet_link:
17
  'connections_limit': 500, # 最大连接数
18
  'download_rate_limit': 0, # 下载速率限制 (0 表示无限制)
19
  'upload_rate_limit': 0, # 上传速率限制 (0 表示无限制)
20
- 'active_downloads': 10, # 同时进行的活跃下载数
21
- 'active_limit': 20, # 允许的活跃 torrent 数
22
- 'active_seeds': 10, # 同时进行的活跃做种数
23
- 'alert_mask': 0, # 控制 libtorrent 产生哪些警告信息
24
- 'file_pool_size': 512, # 文件池大小限制
25
- # ... 其他设置
26
  }
27
  ses.apply_settings(settings)
28
 
 
17
  'connections_limit': 500, # 最大连接数
18
  'download_rate_limit': 0, # 下载速率限制 (0 表示无限制)
19
  'upload_rate_limit': 0, # 上传速率限制 (0 表示无限制)
 
 
 
 
 
 
20
  }
21
  ses.apply_settings(settings)
22