go-http-file-server
go-http-file-server copied to clipboard
Unstable max ar workers
@OlegChuev as this project is claimed and designed as stateless(https://github.com/mjpclab/go-http-file-server/blob/main/README.md#tech-features), stateful variable(here archivingWorkers) should not exists in server scope(although there may be some temporary state for each request scope). So I would rather not merge this change to main branch.