1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-12 22:29:59 +08:00

Change timeout by default (#764)

This commit is contained in:
Yamel Senih 2021-04-20 10:50:05 -04:00 committed by GitHub
parent e9596d0744
commit 599cfa9844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"adempiere": { "adempiere": {
"api": { "api": {
"url": "https://api.erpya.com/adempiere-api", "url": "https://api.erpya.com/adempiere-api",
"timeout": 100000 "timeout": 10000
}, },
"images": { "images": {
"url": "https://api.erpya.com/adempiere-api/img" "url": "https://api.erpya.com/adempiere-api/img"