update documentation

This commit is contained in:
2023-08-15 12:11:05 +02:00
parent 3e7ff741a3
commit c7b097fe23
24 changed files with 308 additions and 41 deletions

View File

@@ -173,4 +173,7 @@ module.exports.deleteJSONDataSimple = ( db, identifier ) => {
}
} );
} );
};
};
// TODO: Build garbage collector for DB (parse DB every so often (get from settings)
// and delete all items where timestamp is older than a certain amount of time (get from settings))