Skip to content

Commit b73e1fb

Browse files
committed
feat: time
1 parent fdeae4e commit b73e1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
logger = get_logger(__name__)
77

88

9-
def timed(func=None, *, log=False, log_prefix=""):
9+
def timed(func=None, *, log=True, log_prefix=""):
1010
"""Decorator to measure and optionally log time of retrieval steps.
1111
1212
Can be used as @timed or @timed(log=True)

0 commit comments

Comments
 (0)