mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
finish various todo
This commit is contained in:
@@ -186,7 +186,7 @@ module.exports.deleteJSONDataSimple = ( db, identifier ) => {
|
||||
};
|
||||
|
||||
const gc = () => {
|
||||
// this function acts as the database garbage collector. TicketTimeout can be changed from the GUI. TODO: Add
|
||||
// this function acts as the database garbage collector. TicketTimeout can be changed from the GUI.
|
||||
this.getData( 'temp' ).then( tempData => {
|
||||
let data = tempData;
|
||||
console.info( 'Garbage Collecting' );
|
||||
|
||||
Reference in New Issue
Block a user