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