[PR #273] [MERGED] fix: update stdio buffer size configuration in stdioHolder #415

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/273
Author: @Yeuoly
Created: 5/9/2025
Status: Merged
Merged: 5/9/2025
Merged by: @Yeuoly

Base: mainHead: fix/apply-stdio-buffer-size


📝 Commits (1)

  • 049c268 fix: update stdio buffer size configuration in stdioHolder

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 internal/core/plugin_manager/local_runtime/stdio.go (+1 -1)

📄 Description

Fixes #254

  • Adjusted the buffer size settings in the stdioHolder to utilize configurable values for stdout buffer size and maximum buffer size, enhancing flexibility in plugin output handling.

🔄 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/273 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/apply-stdio-buffer-size` --- ### 📝 Commits (1) - [`049c268`](https://github.com/langgenius/dify-plugin-daemon/commit/049c2689ea7d44263f38f2008d32d5f66ebada13) fix: update stdio buffer size configuration in stdioHolder ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/local_runtime/stdio.go` (+1 -1) </details> ### 📄 Description Fixes #254 - Adjusted the buffer size settings in the stdioHolder to utilize configurable values for stdout buffer size and maximum buffer size, enhancing flexibility in plugin output handling. --- <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:54 -05:00
yindo closed this issue 2026-02-16 01:15:54 -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#415