Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taskloop: Set an effectively unbounded chunk limit for subprocess stdio #5

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

jix
Copy link
Member

@jix jix commented Nov 30, 2023

The small default of 64k might be suitable for public-facing servers to prevent DoS, but not for our usecases where we might transfer large amounts of data between processes.

The small default of 64k might be suitable for public-facing servers to
prevent DoS, but not for our usecases where we might transfer large
amounts of data between processes.
@jix jix force-pushed the jix/subprocess_chunk_limit branch from ec3f2bb to bfa2f06 Compare November 30, 2023 15:32
@jix jix merged commit 29a9a3b into main Nov 30, 2023
6 checks passed
@jix jix deleted the jix/subprocess_chunk_limit branch November 30, 2023 15:34
jix added a commit to jix/sby that referenced this pull request Dec 14, 2023
We were discarding that output anyway and before YosysHQ/mau#5 this
could lead to the mau internal `stderr.readline()` failing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant