Increase default watermark width

main
Bob Mottram 2024-07-25 13:49:11 +01:00
parent 0dd00b1e20
commit 98ad4609b4
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ def _command_options() -> None:
'for the given account')
parser.add_argument('--watermarkWidthPercent',
dest='watermark_width_percent', type=int,
default=20,
default=30,
help='Width of the watermark applied to attached ' +
'images as a percentage of the attached image width')
parser.add_argument('--check-actor-timeout', dest='check_actor_timeout',