set process delay to 1h

This commit is contained in:
2023-03-22 17:45:40 +01:00
parent 5570f5d3a9
commit de59fe828e
+1 -1
View File
@@ -49,7 +49,7 @@ async function processAll() {
if (process.env.ENVIRONMENT == 'production') {
return
}
setTimeout(processAll, 60000)
setTimeout(processAll, 3600000)
}
/**