mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
8a74726eb9
commit
aace1492cf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const apHelpers = require('./helpers/ap.js')
|
||||||
// const notifier = require('./notifier')
|
// const notifier = require('./notifier')
|
||||||
|
|
||||||
const loopInterval = 10 // process.env.NODE_ENV === 'production' ? 1 : 1
|
const loopInterval = 10 // process.env.NODE_ENV === 'production' ? 1 : 1
|
||||||
const minute = 6 / loopInterval
|
const minute = 6 * loopInterval
|
||||||
const hour = minute * 60
|
const hour = minute * 60
|
||||||
const day = hour * 24
|
const day = hour * 24
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue