Skip to content

Commit

Permalink
fix issue: encode/httpcore#45
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Oct 25, 2022
1 parent 97a99c0 commit 89fc00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _create_instance() -> None:
api_cls.create_once(
app,
client=httpx.AsyncClient(
http2=True, base_url=api_baseurl, timeout=api_general_timeout
http2=False, base_url=api_baseurl, timeout=api_general_timeout
),
service_name=service_name,
**extra_fields
Expand Down
2 changes: 1 addition & 1 deletion services/docker-compose.devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
datcore-adapter:
environment:
- SC_BOOT_MODE=debug-ptvsd
- DATCORE_ADAPTER_LOG_LEVEL=DEBUG
- LOG_LEVEL=DEBUG
volumes:
- ./datcore-adapter:/devel/services/datcore-adapter
- ../packages:/devel/packages
Expand Down

0 comments on commit 89fc00a

Please sign in to comment.