소스 검색

Changes Update Time of Users in Database

BaumSplitter41 4 달 전
부모
커밋
e8d83e4f70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      VPD_BOT/main.py

+ 1 - 1
VPD_BOT/main.py

@@ -552,7 +552,7 @@ async def update_users_periodically():
         except Exception as e:
             print(f"Error updating users: {e}")
         
-        await asyncio.sleep(3600)  # Update every hour
+        await asyncio.sleep(600)  # Update every 10 minutes