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
fix: change hybrid timeout default to unlimited (0)
Large documents with many pages can take significant time for AI
processing, especially on CPU-only environments. The previous 30s
default caused frequent timeouts. Use 0 (no timeout) as default so
users are not blocked unexpectedly.
Closes#333
Copy file name to clipboardExpand all lines: java/opendataloader-pdf-core/src/test/java/org/opendataloader/pdf/processors/HybridDocumentProcessorTest.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -178,9 +178,8 @@ public void testHybridConfigTimeout() {
0 commit comments