chore: stricter timeout

pull/98/head
Amio 2018-08-09 11:48:31 +08:00
rodzic 60fc31d8e4
commit fed46f2ab8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
const axios = require('axios')
module.exports = axios.create({
timeout: 6000,
timeout: 3200,
headers: {
'Accept': 'application/json'
}