diff options
| author | gabek <gabek@noreply@mills.io> | 2022-08-25 23:15:27 +0000 |
|---|---|---|
| committer | James Mills <james@mills.io> | 2022-08-25 23:15:27 +0000 |
| commit | ed8964ee7a606cf0e8ca5d6ffcf695f0eb9854c8 (patch) | |
| tree | 6df4f02608ba14f2f37cadede1c67fbd3ae6b0f8 /config.json | |
| parent | 31040303f7c20939ff1009836e90f7586fc8b118 (diff) | |
Supply the seconds position where a thumbnail is generated (#22)
Reviewed-on: https://git.mills.io/prologic/tube/pulls/22
Co-authored-by: gabek <gabek@noreply@mills.io>
Co-committed-by: gabek <gabek@noreply@mills.io>
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.json b/config.json index 0f6b7c1..eb43aac 100644 --- a/config.json +++ b/config.json @@ -13,7 +13,8 @@ "max_upload_size": 104857600 }, "thumbnailer": { - "timeout": 60 + "timeout": 60, + "position_from_start": 3 }, "transcoder": { "timeout": 300, @@ -33,4 +34,4 @@ "copyright": { "content": "All Content herein Public Domain and User Contributed." } -} +}
\ No newline at end of file |
