Skip to content

Commit

Permalink
set default timeout and max blocks higher
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Oct 6, 2022
1 parent 7bb0c8f commit 1925296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grobid-home/config/grobid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ grobid:
path: "pdfalto"
# security for PDF parsing
memoryLimitMb: 6096
timeoutSec: 60
timeoutSec: 120

# security relative to the PDF parsing result
blocksMax: 100000
blocksMax: 200000
tokensMax: 1000000

consolidation:
Expand Down

0 comments on commit 1925296

Please sign in to comment.