Add max paste size option to PyFiche README

Enhanced PyFiche with the `-M` switch, enabling users to set a maximum paste size, with a default limit of 5 MiB. This addition offers better control over resource usage and helps prevent abuse. Instructions for usage are updated in the README.
This commit is contained in:
Kumi 2024-01-22 08:46:13 +01:00
parent 626633a7a9
commit debe84737d
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -38,6 +38,11 @@ With the exception of the `-u` option, all arguments of the original Fiche
should work as expected. `-u` is not implemented because, well, just use the
right user in the first place. 🤷‍♀️
Additionally, PyFiche also supports the `-M` option, which allows you to
specify a maximum paste size in bytes. The default is 5 MiB.
Use `-h` to see all options.
#### Uploading files
```bash