ELECTRON-870 - Update refresh interval to 1hrs

This commit is contained in:
Kiran Niranjan 2018-10-25 15:00:51 +05:30 committed by José Alves Durand Neto
parent 2871cb5c90
commit 5d69857206

View File

@ -10,7 +10,7 @@ const { getConfigField } = require('./config');
const maxMemory = 800;
const memoryRefreshThreshold = 60 * 60 * 1000;
const maxIdleTime = 4 * 60 * 60 * 1000;
const memoryRefreshInterval = 1000;
const memoryRefreshInterval = 60 * 60 * 1000;
const cpuUsageThreshold = 5;
let isInMeeting = false;