Skip to content

Commit

Permalink
refactor: reorganize notes section
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Oct 10, 2024
1 parent de3aa66 commit 3e605bb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ const HELP_TEMPLATE: &str = "\
have it cached still. Content ids are hashes, so re-uploaded
content will always the same URL.
LIMITS
* Maximum file size : {max_size}
* Storage TTL : {kv_ttl}
* Cache TTL : {cache_ttl}
NOTES
* Maximum file size : {max_size}
* Storage TTL : {kv_ttl}
* Cache TTL : {cache_ttl}
* All time uploads : {upload_counter}
EXAMPLES
$ echo 'testing' | curl {host} -LT -
Expand All @@ -64,9 +65,6 @@ const HELP_TEMPLATE: &str = "\
$ curl https://{host}/deadbeef
testing
NOTES
All time uploads: {upload_counter}
CAVEATS
Respect for intellectual property rights is paramount.
Users must not post any material that infringes on the copyright
Expand Down

0 comments on commit 3e605bb

Please sign in to comment.