Skip to content

Commit

Permalink
fix(plugin-meetings): update init values for cpuInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
antsukanova committed Jul 11, 2024
1 parent f6aaf9d commit 108356a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ export const emptyMqaInterval = {
peerReflexiveIP: '0.0.0.0',
peripherals: [],
cpuInfo: {
numberOfCores: 0,
numberOfCores: 1,
description: 'web client',
architecture: 'unknown',
},
processAverageCPU: 0,
processMaximumCPU: 0,
Expand Down

0 comments on commit 108356a

Please sign in to comment.