mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
various changes
This commit is contained in:
@@ -208,7 +208,7 @@ const gc = () => {
|
||||
*/
|
||||
setInterval( () => {
|
||||
gc();
|
||||
}, parseInt( settings.gcInterval ) );
|
||||
}, 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))
|
||||
Reference in New Issue
Block a user