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:
parent
626633a7a9
commit
debe84737d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
should work as expected. `-u` is not implemented because, well, just use the
|
||||||
right user in the first place. 🤷♀️
|
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
|
#### Uploading files
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue