Set production slide time to 1 minute (matches Google hub).
This commit is contained in:
parent
a96fe1da9d
commit
2ee2a98c7d
@ -19,7 +19,7 @@ type Config = {
|
||||
let CONFIG: Config;
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
CONFIG = {
|
||||
sleepTimeSeconds: 5 * 60,
|
||||
sleepTimeSeconds: 60,
|
||||
showUI: false,
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user