diff options
| author | James Mills <1290234+prologic@users.noreply.github.com> | 2024-02-17 07:00:02 +1000 |
|---|---|---|
| committer | James Mills <1290234+prologic@users.noreply.github.com> | 2024-02-17 07:00:02 +1000 |
| commit | 5e0946bf326c3ff5869cc0c2da94e4d6761d6475 (patch) | |
| tree | ab6f23156d93f45cd21465d03b76d3c0e6ffbe74 /app/config.go | |
| parent | ab40058ad70401ccb8029a255877ac49767698ee (diff) | |
Upgrade to Bitcask v2
Diffstat (limited to 'app/config.go')
| -rw-r--r-- | app/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/config.go b/app/config.go index 884bb4b..d0e1e2f 100644 --- a/app/config.go +++ b/app/config.go @@ -69,7 +69,7 @@ type Copyright struct { func DefaultConfig() *Config { return &Config{ Library: []*PathConfig{ - &PathConfig{ + { Path: "videos", Prefix: "", PreserveUploadFilename: false, @@ -84,7 +84,7 @@ func DefaultConfig() *Config { MaxUploadSize: 104857600, }, Thumbnailer: &ThumbnailerConfig{ - Timeout: 60, + Timeout: 60, PositionFromStart: 3, }, Transcoder: &TranscoderConfig{ |
