mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
ELECTRON-870 - Update refresh interval to 1hrs
This commit is contained in:
parent
2871cb5c90
commit
5d69857206
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user