From 599cfa9844466f900c6bbc5bd2ec4894b784eb15 Mon Sep 17 00:00:00 2001 From: Yamel Senih Date: Tue, 20 Apr 2021 10:50:05 -0400 Subject: [PATCH] Change timeout by default (#764) --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index eca238db..d22e21f5 100644 --- a/config/default.json +++ b/config/default.json @@ -6,7 +6,7 @@ "adempiere": { "api": { "url": "https://api.erpya.com/adempiere-api", - "timeout": 100000 + "timeout": 10000 }, "images": { "url": "https://api.erpya.com/adempiere-api/img"