Releasing memory.
This commit is contained in:
parent
0bad31dddb
commit
e770a60c68
@ -24,8 +24,10 @@ async function register ({
|
|||||||
async function unregister (): Promise<any> {
|
async function unregister (): Promise<any> {
|
||||||
const module = __filename
|
const module = __filename
|
||||||
logger?.info(`Unloading module ${module}...`)
|
logger?.info(`Unloading module ${module}...`)
|
||||||
|
// In peertube <= 3.1.0 sub modules are not removed from require.cache
|
||||||
decache(module)
|
decache(module)
|
||||||
logger?.info(`Successfully unloaded the module ${module}`)
|
logger?.info(`Successfully unloaded the module ${module}`)
|
||||||
|
logger = undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Loading…
Reference in New Issue
Block a user