You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need an optional restriction of maximum file size. In case a file is very large (e.g. 20MB+) this can kill the AsynScheduler and leads to a dead lock.
Introduce new environment varable
OCR_SERVICE_MAXFILESIZE: "1048576"
Default value is 5MB
The text was updated successfully, but these errors were encountered:
We need an optional restriction of maximum file size. In case a file is very large (e.g. 20MB+) this can kill the AsynScheduler and leads to a dead lock.
Introduce new environment varable
Default value is 5MB
The text was updated successfully, but these errors were encountered: