lfoppiano commited on
Commit
5476f3c
·
verified ·
1 Parent(s): aefb96f

Update grobid.yaml

Browse files
Files changed (1) hide show
  1. grobid.yaml +4 -4
grobid.yaml CHANGED
@@ -25,10 +25,10 @@ grobid:
25
  consolidation:
26
  # define the bibliographical data consolidation service to be used, either "crossref" for CrossRef REST API or
27
  # "glutton" for https://github.com/kermitt2/biblio-glutton
28
- service: "crossref"
29
- #service: "glutton"
30
  glutton:
31
- url: "https://cloud.science-miner.com/glutton"
32
  #url: "http://localhost:8080"
33
  crossref:
34
  mailto:
@@ -58,7 +58,7 @@ grobid:
58
  # maximum concurrency allowed to GROBID server for processing parallel requests - change it according to your CPU/GPU capacities
59
  # for a production server running only GROBID, set the value slightly above the available number of threads of the server
60
  # to get best performance and security
61
- concurrency: 10
62
  # when the pool is full, for queries waiting for the availability of a Grobid engine, this is the maximum time wait to try
63
  # to get an engine (in seconds) - normally never change it
64
  poolMaxWait: 1
 
25
  consolidation:
26
  # define the bibliographical data consolidation service to be used, either "crossref" for CrossRef REST API or
27
  # "glutton" for https://github.com/kermitt2/biblio-glutton
28
+ # service: "crossref"
29
+ service: "glutton"
30
  glutton:
31
+ url: "http://sciencialab.ddns.net:8080"
32
  #url: "http://localhost:8080"
33
  crossref:
34
  mailto:
 
58
  # maximum concurrency allowed to GROBID server for processing parallel requests - change it according to your CPU/GPU capacities
59
  # for a production server running only GROBID, set the value slightly above the available number of threads of the server
60
  # to get best performance and security
61
+ concurrency: 5
62
  # when the pool is full, for queries waiting for the availability of a Grobid engine, this is the maximum time wait to try
63
  # to get an engine (in seconds) - normally never change it
64
  poolMaxWait: 1