Commit 8f87d5dc authored by nanahira's avatar nanahira

Merge branch 'master' into ai-play

parents 4c1a62ee 69e855a8
Pipeline #6507 failed with stages
in 3 minutes and 46 seconds
......@@ -2472,7 +2472,7 @@ ygopro.ctos_follow 'JOIN_GAME', true, (buffer, info, client, server, datas)->
#console.log(userUrl)
userDataRes = await axios.get userUrl,
responseType: 'json'
timeout: 10000
timeout: 4000
params:
api_key: settings.modules.mycard.auth_key,
api_username: client.name,
......
......@@ -3258,7 +3258,7 @@
//console.log(userUrl)
userDataRes = (await axios.get(userUrl, {
responseType: 'json',
timeout: 10000,
timeout: 4000,
params: {
api_key: settings.modules.mycard.auth_key,
api_username: client.name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment