File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ lazy_static::lazy_static! {
3939
4040static DOWNGRADE_THRESHOLD_100 : AtomicUsize = AtomicUsize :: new ( 66 ) ; // 0.66
4141static DOWNGRADE_START_CHECK : AtomicUsize = AtomicUsize :: new ( 1_800_000 ) ; // in ms
42- static LIMIT_SPEED : AtomicUsize = AtomicUsize :: new ( 4 * 1024 * 1024 ) ; // in bit/s
42+ static LIMIT_SPEED : AtomicUsize = AtomicUsize :: new ( 32 * 1024 * 1024 ) ; // in bit/s
4343static TOTAL_BANDWIDTH : AtomicUsize = AtomicUsize :: new ( 1024 * 1024 * 1024 ) ; // in bit/s
44- static SINGLE_BANDWIDTH : AtomicUsize = AtomicUsize :: new ( 16 * 1024 * 1024 ) ; // in bit/s
44+ static SINGLE_BANDWIDTH : AtomicUsize = AtomicUsize :: new ( 128 * 1024 * 1024 ) ; // in bit/s
4545const BLACKLIST_FILE : & str = "blacklist.txt" ;
4646const BLOCKLIST_FILE : & str = "blocklist.txt" ;
4747
You can’t perform that action at this time.
0 commit comments