summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-04 19:39:32 +0200
committerPiotr Szarmanski2023-08-04 19:39:32 +0200
commit1aa5acda7cbbfa00a6b4cde56c6963fa684f391b (patch)
tree96e3399e1673ad80db5027121804786889e62688 /src
parent6b3457b35cbcea4e28d3482263a36ae6db39fc8f (diff)
New HTTP backend.
Diffstat (limited to 'src')
-rw-r--r--src/backend.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend.lisp b/src/backend.lisp
index 381c96c..5568132 100644
--- a/src/backend.lisp
+++ b/src/backend.lisp
@@ -48,7 +48,7 @@ protect the data from attacks against convergent encryption."))
(if (> (etypecase input
(stream (file-length input))
(vector (length input)))
- (* 2 16384))
+ 16384)
32kib
1kib)
output-function