From f922d901eba2e69dcba310f80a8ba7ce17190d2e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 16 Nov 2021 12:22:09 +0300 Subject: [PATCH] Update elcinema.com.config.js --- sites/elcinema.com/elcinema.com.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sites/elcinema.com/elcinema.com.config.js b/sites/elcinema.com/elcinema.com.config.js index efcfdc7c..828428cf 100644 --- a/sites/elcinema.com/elcinema.com.config.js +++ b/sites/elcinema.com/elcinema.com.config.js @@ -10,6 +10,9 @@ dayjs.extend(timezone) dayjs.extend(utc) module.exports = { + request: { + timeout: 10000 + }, site: 'elcinema.com', url({ channel }) { const lang = channel.lang === 'en' ? 'en/' : '/'