Skip to content

Commit

Permalink
rebase master
Browse files Browse the repository at this point in the history
  • Loading branch information
sethiay committed Aug 20, 2024
1 parent a9e3d02 commit 56db715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ type DebugConfig struct {

type FileCacheConfig struct {
CacheFileForRangeRead bool `yaml:"cache-file-for-range-read,omitempty" json:"cache-file-for-range-read,omitempty"`

DownloadChunkSizeMb int64 `yaml:"download-chunk-size-mb,omitempty" json:"download-chunk-size-mb,omitempty"`

DisableODirect bool `yaml:"disable-o-direct,omitempty"`
DisableODirect bool `yaml:"disable-o-direct,omitempty" json:"disable-o-direct,omitempty"`

DownloadChunkSizeMb int64 `yaml:"download-chunk-size-mb,omitempty" json:"download-chunk-size-mb,omitempty"`

EnableCrc bool `yaml:"enable-crc,omitempty" json:"enable-crc,omitempty"`

Expand Down

0 comments on commit 56db715

Please sign in to comment.