minor cleanup
parent
2d5434ac21
commit
daeda7f970
|
|
@ -423,7 +423,7 @@
|
|||
"Preset": "Preset",
|
||||
"Presets": "Presets",
|
||||
"possibleInternalError": "Possible Internal Error",
|
||||
"sizePugeLockedText": "The Size Purge Lock (deleteOverMax) appears to have failed to unlock. Unlocking now...",
|
||||
"sizePurgeLockedText": "The Size Purge Lock (deleteOverMax) appears to have failed to unlock. Unlocking now...",
|
||||
"Use coProcessor": "Use coProcessor",
|
||||
"Audio Codec": "Audio Codec",
|
||||
"Video Record Rate": "Video Record Rate <small>(FPS)</small>",
|
||||
|
|
|
|||
|
|
@ -334,7 +334,7 @@ module.exports = function(s,config){
|
|||
if(isLocked && purgeRequestCount > monitorCount + 10){
|
||||
s.group[groupKey].sizePurgeQueue = []
|
||||
s.group[groupKey].sizePurging = false
|
||||
s.systemLog(lang.sizePugeLockedText + ' : ' + groupKey)
|
||||
s.systemLog(lang.sizePurgeLockedText + ' : ' + groupKey)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue