Spaces:
Running
Running
Update grobid.yaml
Browse files- grobid.yaml +1 -1
grobid.yaml
CHANGED
|
@@ -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:
|
| 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
|
|
|
|
| 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: 6
|
| 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
|