[PR #259] [MERGED] feat: add read & write timeout config #406

Closed
opened 2026-02-16 01:15:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/259
Author: @LeeeeeeM
Created: 5/1/2025
Status: Merged
Merged: 5/6/2025
Merged by: @Yeuoly

Base: mainHead: feat-config


📝 Commits (2)

  • f326956 feat: add read & write timeout config
  • e46f827 refactor: update Dify invocation configuration to use structured payload

📊 Changes

8 files changed (+42 additions, -9 deletions)

View changed files

📝 .env.example (+5 -0)
📝 internal/core/dify_invocation/real/encrypt_test.go (+6 -1)
📝 internal/core/dify_invocation/real/http_client.go (+12 -3)
📝 internal/core/dify_invocation/real/http_request.go (+4 -4)
📝 internal/core/dify_invocation/real/types.go (+2 -0)
📝 internal/core/plugin_manager/manager.go (+6 -1)
📝 internal/types/app/config.go (+5 -0)
📝 internal/types/app/default.go (+2 -0)

📄 Description

fix: #258

fix: https://github.com/langgenius/dify/issues/18729


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/259 **Author:** [@LeeeeeeM](https://github.com/LeeeeeeM) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat-config` --- ### 📝 Commits (2) - [`f326956`](https://github.com/langgenius/dify-plugin-daemon/commit/f326956ce2cf8fbced503b3c4696bd06bd62e692) feat: add read & write timeout config - [`e46f827`](https://github.com/langgenius/dify-plugin-daemon/commit/e46f8273c9f4ff1f8edac4457c3b3c597bcf150e) refactor: update Dify invocation configuration to use structured payload ### 📊 Changes **8 files changed** (+42 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+5 -0) 📝 `internal/core/dify_invocation/real/encrypt_test.go` (+6 -1) 📝 `internal/core/dify_invocation/real/http_client.go` (+12 -3) 📝 `internal/core/dify_invocation/real/http_request.go` (+4 -4) 📝 `internal/core/dify_invocation/real/types.go` (+2 -0) 📝 `internal/core/plugin_manager/manager.go` (+6 -1) 📝 `internal/types/app/config.go` (+5 -0) 📝 `internal/types/app/default.go` (+2 -0) </details> ### 📄 Description fix: #258 fix: https://github.com/langgenius/dify/issues/18729 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:52 -05:00
yindo closed this issue 2026-02-16 01:15:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#406