summaryrefslogtreecommitdiff
path: root/src/backend.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend.lisp')
-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