Fix High memmory usage problem due to running multiple updater proccess

This commit is contained in:
sepehr 2024-08-05 15:35:59 +03:30
parent cfbffe1f64
commit 5ab8c5f10a
3 changed files with 14 additions and 2 deletions

View file

@ -1,2 +1,3 @@
cryptography==3.4.8
Requests==2.32.2
Requests==2.32.2
psutil==5.9.0