mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
increase score api timeout to 20 seconds
This commit is contained in:
parent
c4f00c657e
commit
56032b0765
2 changed files with 2 additions and 1 deletions
1
ml/digest-score/.gitignore
vendored
1
ml/digest-score/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
*.pkl
|
||||
__pycache__
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ class ScoreClientImpl implements ScoreClient {
|
|||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
timeout: 5000,
|
||||
timeout: 20000, // 20 seconds
|
||||
})
|
||||
|
||||
return response.data
|
||||
|
|
|
|||
Loading…
Reference in a new issue