add enable/disable option for scrub extension (#827)

Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
This commit is contained in:
Andreea Lupu
2022-09-28 04:06:50 +03:00
committed by GitHub
parent 18d17f5d4c
commit 5ef023dbc1
8 changed files with 96 additions and 5 deletions
+1
View File
@@ -46,6 +46,7 @@
}
},
"scrub": {
"enable": true,
"interval": "24h"
}
}
+1
View File
@@ -12,6 +12,7 @@
},
"extensions": {
"scrub": {
"enable": true,
"interval": "24h"
}
}