Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab09927e7b | ||
|
|
779437db67 |
@@ -1,6 +1,6 @@
|
||||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 10, 11)
|
||||
VERSION = (0, 10, 12)
|
||||
CODENAME = "zip it"
|
||||
BUILD_DT = (2021, 4, 19)
|
||||
|
||||
|
||||
@@ -740,7 +740,7 @@ function up2k_init(have_crypto) {
|
||||
function hashing_permitted() {
|
||||
if (multitask) {
|
||||
var ahead = st.bytes.hashed - st.bytes.uploaded;
|
||||
return ahead < 1024 * 1024 * 128 &&
|
||||
return ahead < 1024 * 1024 * 1024 * 4 &&
|
||||
st.todo.handshake.length + st.busy.handshake.length < 16;
|
||||
}
|
||||
return handshakes_permitted() && 0 ==
|
||||
|
||||
Reference in New Issue
Block a user