From 456f575637b0f0092c68fc778a07f0b2b590cea1 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 4 Jul 2021 16:44:29 +0200 Subject: [PATCH] v0.11.31 --- README.md | 2 -- copyparty/__version__.py | 4 ++-- copyparty/web/up2k.js | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b27c775f..7b2d8609 100644 --- a/README.md +++ b/README.md @@ -622,8 +622,6 @@ in the `scripts` folder: roughly sorted by priority -* keepalive handshake after 5h - * skip pushing postlist if todo.upload has entries * readme.md as epilogue * reduce up2k roundtrips * start from a chunk index and just go diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 7567c4c0..957b6640 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 11, 30) +VERSION = (0, 11, 31) CODENAME = "the grid" -BUILD_DT = (2021, 7, 1) +BUILD_DT = (2021, 7, 4) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index d92db2ef..e08d021d 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -934,8 +934,7 @@ function up2k_init(subtle) { nprev = nf; var t = st.files[nf]; - if (t.t_busied && - now - t.t_busied > 1000 * 30 && + if (now - t.t_busied > 1000 * 30 && now - t.t_handshake > 1000 * (21600 - 1800) ) { apop(st.todo.handshake, t);