From 1aa5acda7cbbfa00a6b4cde56c6963fa684f391b Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Fri, 4 Aug 2023 19:39:32 +0200 Subject: New HTTP backend. --- src/backend.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3