Skip to content

Commit

Permalink
refactor: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alxarno committed Jan 12, 2025
1 parent 1ac021e commit c0c9c98
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions internal/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,15 @@ func DefaultRawConfig() RawConfig {
Dir: os.Getenv("PWD"),
Parallel: runtime.NumCPU(),
VideoProcessingAccel: string(preview.Auto),
// Parallel: 8,
Port: defaultPort,
Video: true,
Images: true,
IndexFileSave: true,
MaxImages: -1,
MaxVideos: -1,
MaxFileSize: "-1B",
Streaming: "\\.(flv|f4v|avi|wmv|mov)$",
MediaTimeout: "2m",
Port: defaultPort,
Video: true,
Images: true,
IndexFileSave: true,
MaxImages: -1,
MaxVideos: -1,
MaxFileSize: "-1B",
Streaming: "\\.(flv|f4v|avi|wmv|mov)$",
MediaTimeout: "2m",
}
}

Expand Down

0 comments on commit c0c9c98

Please sign in to comment.