We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdeae4e commit b73e1fbCopy full SHA for b73e1fb
src/memos/utils.py
@@ -6,7 +6,7 @@
6
logger = get_logger(__name__)
7
8
9
-def timed(func=None, *, log=False, log_prefix=""):
+def timed(func=None, *, log=True, log_prefix=""):
10
"""Decorator to measure and optionally log time of retrieval steps.
11
12
Can be used as @timed or @timed(log=True)
0 commit comments