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