Browse Source

Поправлено время проверки обновления

Book Pauk 2 years ago
parent
commit
82eb78f433
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/core/WebWorker.js

+ 1 - 1
server/core/WebWorker.js

@@ -30,7 +30,7 @@ const stateToText = {
 };
 
 const cleanDirInterval = 60*60*1000;//каждый час
-const checkReleaseInterval = 2*60*60*1000;//каждые 2 часа
+const checkReleaseInterval = 7*60*60*1000;//каждые 7 часов
 
 //singleton
 let instance = null;