update settings

This commit is contained in:
janis
2023-08-24 13:50:49 +02:00
parent 920da0f321
commit fa5d53aef4
2 changed files with 2 additions and 5 deletions

View File

@@ -208,7 +208,4 @@ const gc = () => {
*/
setInterval( () => {
gc();
}, parseInt( settings.gcInterval ) * 1000 );
// 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))
}, parseInt( settings.gcInterval ) * 1000 );