We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8529a commit afbdd33Copy full SHA for afbdd33
1 file changed
grobid_client/grobid_client.py
@@ -41,7 +41,7 @@ class GrobidClient(ApiClient):
41
# Default configuration values
42
DEFAULT_CONFIG = {
43
'grobid_server': 'http://localhost:8070',
44
- 'batch_size': 1000,
+ 'batch_size': 10,
45
'sleep_time': 5,
46
'timeout': 180,
47
'coordinates': [
0 commit comments