mirror of
https://github.com/louislam/dockge.git
synced 2024-11-27 13:14:03 +00:00
WIP
This commit is contained in:
parent
3848e8cbb9
commit
f3dd323daa
1 changed files with 7 additions and 0 deletions
|
@ -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 a new issue