master
Ondřej Hruška 4 years ago
parent 0cd3cf2790
commit 1eb497fccb
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 8
      README.md

@ -9,8 +9,14 @@ produced by Fediverse bots (think an interactive game where the game board
is rendered to an image or a text file on demand). There are sure to be many
other uses I didn't think of.
The server internally uses hash-based de-duplication with reference counting.
If the same file is uploaded more than once, only one copy is stored in memory
(and on disk).
The uploaded files have a lifetime of 10 minutes, which can be shortened or
extended up to 1 hour (or more, as configured).
extended up to 1 hour (or more, as configured). If file-backed persistence
is enabled (off by default), all uploaded (non-expired) files will survive
server restart.
## Config file

Loading…
Cancel
Save