YosysHQ / mau

Modular Application Utilities
ISC License
3 stars 2 forks source link

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

Closed jix closed 7 months ago

jix commented 7 months ago

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.