mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
update settings
This commit is contained in:
@@ -209,6 +209,3 @@ const gc = () => {
|
|||||||
setInterval( () => {
|
setInterval( () => {
|
||||||
gc();
|
gc();
|
||||||
}, parseInt( settings.gcInterval ) * 1000 );
|
}, 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))
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"init":false,
|
"init":true,
|
||||||
"twoFA":"enforce",
|
"twoFA":"enforce",
|
||||||
"setupKey":"hello world",
|
"setupKey":"hello world",
|
||||||
"twoFAMode":"enhanced",
|
"twoFAMode":"enhanced",
|
||||||
|
|||||||
Reference in New Issue
Block a user