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
Add configurable timeout for OCR processing requests (#333)
* Add configurable REST client timeout for OCR processing
Signed-off-by: GitHub <[email protected]>
* Add PSALM baseline exceptions for getTimeout method with object type
Add baseline exceptions for MixedPropertyFetch, MixedAssignment, and MixedArgument
that occur when accessing the timeout property on the generic object parameter in
the getTimeout method.
Co-authored-by: R0Wi <[email protected]>
* Fix PSALM baseline: remove unused entries and add PossiblyUnusedProperty for timeout
The previous baseline entries for MixedArgument, MixedAssignment, and MixedPropertyFetch
were unused because isset() guards the property access properly. Added the correct
baseline entry for PossiblyUnusedProperty on GlobalSettings::$timeout instead.
Co-authored-by: R0Wi <[email protected]>
---------
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Robin Windey <[email protected]>
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: R0Wi <[email protected]>
<em>{{ translate('Maximum time in seconds to wait for OCR processing to complete. Default is 60 seconds. Increase this value for slow systems or large files.') }}</em>
46
+
<br>
47
+
<em><strong>{{ translate('Note:') }}</strong> {{ translate('This setting only applies when using the workflow_ocr_backend app.') }}</em>
0 commit comments