summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--web-static/socket.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc61572..46528b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016.06.27 -- Version 0.5.1
+
+* enforce maximum file size (<2G)
+* truncate last attachment message to reported size
+* close websocket after done message
+
2016.06.24 -- Version 0.5.0
* added websocket based file upload
diff --git a/web-static/socket.html b/web-static/socket.html
index af73763..712fd97 100644
--- a/web-static/socket.html
+++ b/web-static/socket.html
@@ -87,7 +87,7 @@
function run() {
req = { COMMAND: "new",
- TIMEOUT: 200,
+ TIMEOUT: 7200,
REFERENCE_ID: $('#refid').val(),
LOGIN_NAME: $('#username').val(),
PASSWORD: $('#token').val(),