YosysHQ / mau

Modular Application Utilities
ISC License
4 stars 3 forks source link

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

Closed jix closed 12 months ago

jix commented 12 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.