Skip to content

Commit afbdd33

Browse files
committed
fine-tune the defaults for small processing
1 parent 2e8529a commit afbdd33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grobid_client/grobid_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class GrobidClient(ApiClient):
4141
# Default configuration values
4242
DEFAULT_CONFIG = {
4343
'grobid_server': 'http://localhost:8070',
44-
'batch_size': 1000,
44+
'batch_size': 10,
4545
'sleep_time': 5,
4646
'timeout': 180,
4747
'coordinates': [

0 commit comments

Comments
 (0)