Skip to content

Commit 1dc3b2e

Browse files
authored
fix:fix dump parallel for dumps cubes (#320)
* feat: add logs for cube * feat: add loggers for mem * add dict timer log * fix: change ci code * update size * fix ci * feat: add update threading dict * fix:ci code * fix:fix mem dumps for cube
1 parent 267a0c1 commit 1dc3b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/mem_os/product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ def user_register(
853853
time_start = time.time()
854854
if default_mem_cube:
855855
try:
856-
default_mem_cube.dump(mem_cube_name_or_path)
856+
default_mem_cube.dump(mem_cube_name_or_path, memory_types=[])
857857
except Exception as e:
858858
logger.error(f"Failed to dump default cube: {e}")
859859
time_end = time.time()

0 commit comments

Comments
 (0)