Skip to content
Snippets Groups Projects
Verified Commit d1dc0cde authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.web.config: Set default timeout for indexer-storage & storage

Related T1061
parent bff6ab18
No related branches found
No related tags found
No related merge requests found
......@@ -21,21 +21,21 @@ Build-Depends: curl,
python3-sphinx,
python3-sphinxcontrib.httpdomain,
python3-yaml,
python3-swh.core (>= 0.0.20~),
python3-swh.core (>= 0.0.40~),
python3-swh.model (>= 0.0.15~),
python3-swh.storage (>= 0.0.95~),
python3-swh.indexer.storage (>= 0.0.46~),
python3-swh.vault (>= 0.0.1~)
python3-swh.storage (>= 0.0.101~),
python3-swh.indexer.storage (>= 0.0.47~),
python3-swh.vault (>= 0.0.2~)
Standards-Version: 3.9.6
Homepage: https://forge.softwareheritage.org/diffusion/DWUI/
Package: python3-swh.web
Architecture: all
Depends: python3-swh.core (>= 0.0.20~),
Depends: python3-swh.core (>= 0.0.40~),
python3-swh.model (>= 0.0.15~),
python3-swh.storage (>= 0.0.95~),
python3-swh.indexer.storage (>= 0.0.46~),
python3-swh.vault (>= 0.0.1~),
python3-swh.storage (>= 0.0.101~),
python3-swh.indexer.storage (>= 0.0.47~),
python3-swh.vault (>= 0.0.2~),
${misc:Depends},
${python3:Depends}
Description: Software Heritage Web Applications
swh.core >= 0.0.20
swh.core >= 0.0.40
swh.model >= 0.0.15
swh.storage >= 0.0.96
swh.vault >= 0.0.1
swh.indexer.storage >= 0.0.46
swh.storage >= 0.0.101
swh.vault >= 0.0.2
swh.indexer.storage >= 0.0.47
......@@ -15,12 +15,14 @@ DEFAULT_CONFIG = {
'cls': 'remote',
'args': {
'url': 'http://127.0.0.1:5002/',
'timeout': 10,
},
}),
'indexer_storage': ('dict', {
'cls': 'remote',
'args': {
'url': 'http://127.0.0.1:5007/',
'timeout': 1,
}
}),
'vault': ('string', 'http://127.0.0.1:5005/'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment