Skip to content

Commit b8df310

Browse files
committed
Disable caching for UpstreamAdapter
1 parent a538409 commit b8df310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/adapter/upstream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class UpstreamAdapter(Adapter):
4848

4949
_adapter_name = "upstream"
5050
_output_format = "ansi"
51-
_cache_needed = True
51+
_cache_needed = False
5252

5353
def _get_page(self, topic, request_options=None):
5454

0 commit comments

Comments
 (0)