mirror of
https://github.com/louislam/dockge.git
synced 2024-11-22 00:04:00 +01:00
WIP
This commit is contained in:
parent
3848e8cbb9
commit
f3dd323daa
@ -605,6 +605,13 @@ export class DockgeServer {
|
|||||||
Settings.stopCacheCleaner();
|
Settings.stopCacheCleaner();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Final function called before application exits
|
||||||
|
*/
|
||||||
|
finalFunction() {
|
||||||
|
log.info("server", "Graceful shutdown successful!");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Force connected sockets of a user to refresh and disconnect.
|
* Force connected sockets of a user to refresh and disconnect.
|
||||||
* Used for resetting password.
|
* Used for resetting password.
|
||||||
|
Loading…
Reference in New Issue
Block a user