Skip to content

Commit

Permalink
Fix typo fetching [FSGlobals]CoalesceElementChunkSize
Browse files Browse the repository at this point in the history
  • Loading branch information
edmc-ss committed Dec 16, 2020
1 parent 25a6e91 commit 9a7607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (dummy *globalsStruct) Up(confMap conf.ConfMap) (err error) {
if nil != err {
globals.symlinkMax = 32 // TODO: Eventually, just return
}
globals.coalesceElementChunkSize, err = confMap.FetchOptionValueUint16("FSGlobbals", "CoalesceElementChunkSize")
globals.coalesceElementChunkSize, err = confMap.FetchOptionValueUint16("FSGlobals", "CoalesceElementChunkSize")
if nil != err {
globals.coalesceElementChunkSize = 16 // TODO: Eventually, just return
}
Expand Down

0 comments on commit 9a7607a

Please sign in to comment.