summaryrefslogtreecommitdiff
path: root/app/config.go
diff options
context:
space:
mode:
authorJames Mills <1290234+prologic@users.noreply.github.com>2024-02-17 07:00:02 +1000
committerJames Mills <1290234+prologic@users.noreply.github.com>2024-02-17 07:00:02 +1000
commit5e0946bf326c3ff5869cc0c2da94e4d6761d6475 (patch)
treeab6f23156d93f45cd21465d03b76d3c0e6ffbe74 /app/config.go
parentab40058ad70401ccb8029a255877ac49767698ee (diff)
Upgrade to Bitcask v2
Diffstat (limited to 'app/config.go')
-rw-r--r--app/config.go4
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{