AbuAlone09 commited on
Commit
b822f0f
·
verified ·
1 Parent(s): 92f06c5

Update backend_docs_manager.py

Browse files
Files changed (1) hide show
  1. backend_docs_manager.py +3 -1
backend_docs_manager.py CHANGED
@@ -702,7 +702,9 @@ def initialize_backend_docs():
702
  if __name__ != "__main__":
703
  # Only initialize if being imported (not run directly)
704
  try:
705
- initialize_backend_docs()
 
 
706
  except Exception as e:
707
  print(f"Warning: Failed to auto-initialize backend docs: {e}")
708
 
 
702
  if __name__ != "__main__":
703
  # Only initialize if being imported (not run directly)
704
  try:
705
+ # THÊM DẤU # VÀO ĐẦU DÒNG DƯỚI ĐÂY ĐỂ CHẶN SẬP RAM CONTAINER
706
+ # initialize_backend_docs()
707
+ print("🚀 Bỏ qua nạp tài liệu tự động để tiết kiệm RAM tối đa cho việc Test!")
708
  except Exception as e:
709
  print(f"Warning: Failed to auto-initialize backend docs: {e}")
710