mikmc commited on
Commit
8dd1a34
·
verified ·
1 Parent(s): c92a743

Update addon.js

Browse files
Files changed (1) hide show
  1. addon.js +1 -1
addon.js CHANGED
@@ -2,7 +2,7 @@ const axios = require('axios').default;
2
  const { handleChannelRequest, getEpgInfoBatch } = require('./tvGuide');
3
 
4
  axios.defaults.headers.get["content-type"] = "application/json";
5
- axios.defaults.timeout = 60000
6
  axios.defaults.method = "GET"
7
 
8
  function getUserData(userConf) {
 
2
  const { handleChannelRequest, getEpgInfoBatch } = require('./tvGuide');
3
 
4
  axios.defaults.headers.get["content-type"] = "application/json";
5
+ axios.defaults.timeout = 100000
6
  axios.defaults.method = "GET"
7
 
8
  function getUserData(userConf) {