mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v1.0.14
This commit is contained in:
parent
c951b66ae0
commit
c9b385db4b
|
@ -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
|
||||
|
||||
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:
|
||||
|
||||
* `-q` disables logging and can help a bunch, even when combined with `-lo` to redirect logs to file
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (1, 0, 13)
|
||||
VERSION = (1, 0, 14)
|
||||
CODENAME = "sufficient"
|
||||
BUILD_DT = (2021, 10, 24)
|
||||
BUILD_DT = (2021, 10, 30)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
|
@ -3274,6 +3274,7 @@ var treectl = (function () {
|
|||
links[a].onclick = treegrow;
|
||||
}
|
||||
ebi('tree').onscroll = nowrap ? unmenter : null;
|
||||
tree_scrollto();
|
||||
}
|
||||
|
||||
function menter(e) {
|
||||
|
|
Loading…
Reference in a new issue