We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b376327 commit 8a65344Copy full SHA for 8a65344
2 files changed
config.json
@@ -1,7 +1,7 @@
1
{
2
"grobid_server": "http://localhost:8070",
3
"batch_size": 1000,
4
- "timeout": 120,
+ "timeout": 180,
5
"sleep_time": 5,
6
"coordinates": [
7
"title",
grobid_client/grobid_client.py
@@ -44,7 +44,7 @@ def __init__(
44
batch_size=1000,
45
coordinates=None,
46
sleep_time=5,
47
- timeout=60,
+ timeout=180,
48
config_path=None,
49
check_server=True
50
):
0 commit comments