mirror of
https://github.com/Viren070/stremio-addons-list.git
synced 2025-12-01 23:19:02 +01:00
Update config.js
This commit is contained in:
@@ -15,6 +15,7 @@ module.exports = {
|
||||
// when min score is reached the addon will be removed / issue closed
|
||||
"minimum-score": -10,
|
||||
// optional label id, if available it will add a label when closing an issue due to low score, this id adds the label "very low score"
|
||||
// you can only get the label id through the github graphql api
|
||||
"label-id-for-close-issues": "LA_kwDOFVUyTM8AAAABGbO_Bw",
|
||||
// sane timeouts for needle so it doesn't get stuck in a request
|
||||
"needle": { "open_timeout": 5000, "response_timeout": 5000, "read_timeout": 5000, "follow_max": 5 },
|
||||
|
||||
Reference in New Issue
Block a user