Skip to content

Commit 0895841

Browse files
committed
Merge branch 'dev' into feat/mos-lichunyu-0804
2 parents 68f7d68 + 9ae9737 commit 0895841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/memos_tools/thread_safe_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class ReadWriteLock:
16-
"""A simple read-write lock implementation."""
16+
"""A simple read-write lock implementation. use for product-server scenario"""
1717

1818
def __init__(self):
1919
self._read_ready = threading.Condition(threading.RLock())

0 commit comments

Comments
 (0)