Update 'Manpage'

Tom MTT. 2022-11-29 11:31:43 +01:00
parent f42cc84847
commit c0c0deadeb

@ -49,12 +49,12 @@ if possible).
**-s bytes** **-s bytes**
: Sets the maximum size for every paste (in bytes). : Sets the maximum size for every paste (in bytes).
: Default: `2097152`B (2MiB) : Default: `1048576`B (1MiB)
**-t seconds** **-t seconds**
: Sets the timeout for the client to send the paste (in seconds). : Sets the timeout for the client to send the paste (in seconds).
: If set to zero, no timeout is set. (Not recommended.) : If set to zero, no timeout is set. (Not recommended.)
: Default: `4`s : Default: `2`s
**-u** **-u**
: Sets the user that will be used when dropping root privileges. : Sets the user that will be used when dropping root privileges.
@ -79,7 +79,8 @@ client.
connections. connections.
: Those are *real* processes, not green / posix threads, : Those are *real* processes, not green / posix threads,
you might not want to set this to a huge number. you might not want to set this to a huge number.
: Default: the number of threads configured on your machine. : Default: the greater of the number of cores in your computer and
`4` workers.
# EXAMPLES # EXAMPLES