mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
upload toast timeout always 10s
This commit is contained in:
parent
5bd21c4be3
commit
bb258b4108
|
|
@ -1995,7 +1995,7 @@ function up2k_init(subtle) {
|
||||||
ng = pvis.ctr.ng,
|
ng = pvis.ctr.ng,
|
||||||
spd = Math.floor(st.bytes.finished / st.time.busy),
|
spd = Math.floor(st.bytes.finished / st.time.busy),
|
||||||
suf = '\n\n{0} @ {1}/s'.format(shumantime(st.time.busy), humansize(spd)),
|
suf = '\n\n{0} @ {1}/s'.format(shumantime(st.time.busy), humansize(spd)),
|
||||||
t = uc.ask_up ? 0 : 10;
|
t = 10; // uc.ask_up ? 0 : 10;
|
||||||
|
|
||||||
console.log('toast', ok, ng);
|
console.log('toast', ok, ng);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue