diff --git a/react-slideshow/src/App.tsx b/react-slideshow/src/App.tsx index b2ac9e5..831bbb9 100644 --- a/react-slideshow/src/App.tsx +++ b/react-slideshow/src/App.tsx @@ -19,7 +19,7 @@ type Config = { let CONFIG: Config; if (process.env.NODE_ENV === 'production') { CONFIG = { - sleepTimeSeconds: 5 * 60, + sleepTimeSeconds: 60, showUI: false, } } else {