Skip to content

Commit

Permalink
Update camera.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tsightler committed Jan 15, 2023
1 parent 07a89ce commit a4707ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions devices/camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ export default class Camera extends RingPolledDevice {
status: 'inactive',
session: false,
publishedStatus: '',
worker: new Worker('./devices/camera-livestream.js', {
resourceLimits: {
maxYoungGenerationSizeM: 64
},
worker: new Worker('./devices/camera-livestream.js', {
workerData: {
doorbotId: this.device.id,
deviceName: this.deviceData.name
Expand Down

0 comments on commit a4707ee

Please sign in to comment.