From f7aad5eb2afde36e619078c234ab7099ad482492 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Wed, 17 Sep 2025 17:26:54 +0300 Subject: [PATCH] [config] Increase AI proxy default timeout; Fix bug 76728 --- Common/config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/config/default.json b/Common/config/default.json index 9dd71463..f5df142b 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -14,7 +14,7 @@ "models": [], "providers": {}, "version": 3, - "timeout": "30s", + "timeout": "5m", "allowedCorsOrigins": ["https://onlyoffice.github.io", "https://onlyoffice-plugins.github.io"], "proxy": "", "pluginDir": "../branding/info/ai"