一.解决办法

find() no_cursor_timeout参数设置成 = True,表示游标连接不会主动关闭(需要手动关闭)

table_1.find({'status': {"$exists": False}},no_cursor_timeout = True)

相关文章:

  • 2021-06-04
  • 2022-12-23
  • 2022-02-11
  • 2022-12-23
  • 2022-12-23
  • 2022-02-01
  • 2021-09-02
猜你喜欢
  • 2021-10-14
  • 2021-07-28
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案