Results 4 comments of kobayashi-m42

@benzino77 Thanks for your comment. I set `APP_MAX_FILE_SIZE` to 10MB (10485760) and tried a file larger than 10MB but got the same error. api response: ``` { "success": false, "data":...

@benzino77 Container restarts when an error occurs. Is it also correct behavior for the container to exit?

I tried CRA on Docker using samples provided in `examples` directory. I use the same docker version. ``` docker --version Docker version 25.0.3, build 4debf41 ```

I am using MacOS. I tried it in the following environments. - x86_64 - ARM64(Apple M2) All environments use Docker image benzino77/clamav-rest-api:1.2.2. After a minute or two after the request,...