Skip to content

Commit 6f3e97f

Browse files
fix: update PR reference in comment to correct PR number
Co-Authored-By: gl_anatolii.yatsuk <gl_anatolii.yatsuk@airbyte.io>
1 parent ab846a7 commit 6f3e97f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airbyte_cdk/sources/streams/http/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def __init__(
112112
else:
113113
# TEMPORARY: Force disable cache to prevent unbounded memory growth from
114114
# requests_cache SQLite backend accumulating cached HTTP responses in memory.
115-
# See: https://github.com/airbytehq/airbyte-python-cdk/pull/932
115+
# See: https://github.com/airbytehq/airbyte-python-cdk/pull/952
116116
self._use_cache = False
117117
self._session = self._request_session()
118118
self._session.mount(

0 commit comments

Comments
 (0)