Skip to content

Commit 8a65344

Browse files
committed
select better defaults
1 parent b376327 commit 8a65344

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"grobid_server": "http://localhost:8070",
33
"batch_size": 1000,
4-
"timeout": 120,
4+
"timeout": 180,
55
"sleep_time": 5,
66
"coordinates": [
77
"title",

grobid_client/grobid_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(
4444
batch_size=1000,
4545
coordinates=None,
4646
sleep_time=5,
47-
timeout=60,
47+
timeout=180,
4848
config_path=None,
4949
check_server=True
5050
):

0 commit comments

Comments
 (0)