diff options
author | Piotr Szarmanski | 2023-08-04 19:39:32 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2023-08-04 19:39:32 +0200 |
commit | 1aa5acda7cbbfa00a6b4cde56c6963fa684f391b (patch) | |
tree | 96e3399e1673ad80db5027121804786889e62688 /src | |
parent | 6b3457b35cbcea4e28d3482263a36ae6db39fc8f (diff) |
New HTTP backend.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend.lisp | 2 |
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 |