xiongzhu 2 лет назад
Родитель
Сommit
c1ceaca271
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      routes/api/index.js

+ 1 - 1
routes/api/index.js

@@ -90,7 +90,7 @@ module.exports = async function (fastify, opts) {
                                         _t: new Date().getTime()
                                     }
                                 },
-                                { timeout: 10000 }
+                                { timeout: 5000 }
                             )
                             console.log(asin + ' end')
                             res.push({ text, href, price, asin, data: sif.data.data })