This commit is contained in:
ed 2021-10-30 00:37:46 +02:00
parent c951b66ae0
commit c9b385db4b
3 changed files with 3 additions and 4 deletions

View file

@ -847,8 +847,6 @@ hashwasm would solve the streaming issue but reduces hashing speed for sha512 (x
defaults are usually fine - expect `8 GiB/s` download, `1 GiB/s` upload defaults are usually fine - expect `8 GiB/s` download, `1 GiB/s` upload
you can ignore the `cannot efficiently use multiple CPU cores` message, very unlikely to be a problem
below are some tweaks roughly ordered by usefulness: below are some tweaks roughly ordered by usefulness:
* `-q` disables logging and can help a bunch, even when combined with `-lo` to redirect logs to file * `-q` disables logging and can help a bunch, even when combined with `-lo` to redirect logs to file

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (1, 0, 13) VERSION = (1, 0, 14)
CODENAME = "sufficient" CODENAME = "sufficient"
BUILD_DT = (2021, 10, 24) BUILD_DT = (2021, 10, 30)
S_VERSION = ".".join(map(str, VERSION)) S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View file

@ -3274,6 +3274,7 @@ var treectl = (function () {
links[a].onclick = treegrow; links[a].onclick = treegrow;
} }
ebi('tree').onscroll = nowrap ? unmenter : null; ebi('tree').onscroll = nowrap ? unmenter : null;
tree_scrollto();
} }
function menter(e) { function menter(e) {