fix: update cacheRatioMap initialization in InitModelSettings function
This commit is contained in:
parent
f4dcf8d6b6
commit
e24d9bd8db
@ -278,7 +278,7 @@ func InitModelSettings() {
|
||||
|
||||
// Initialize cacheRatioMap
|
||||
cacheRatioMapMutex.Lock()
|
||||
cacheRatioMap = defaultCreateCacheRatio
|
||||
cacheRatioMap = defaultCacheRatio
|
||||
cacheRatioMapMutex.Unlock()
|
||||
|
||||
// initialize imageRatioMap
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user