Skip to content

Commit

Permalink
Increase snapshot handler warning timeout to 8000ms. (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd authored Jul 6, 2024
1 parent 853171f commit 7656ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/controller/CameraController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ export class CameraController extends EventEmitter implements SerializableContro
reject(HAPStatus.OPERATION_TIMED_OUT);
}, 17000);
timeout.unref();
}, 5000);
}, 8000);
timeout.unref();

try {
Expand Down

0 comments on commit 7656ed2

Please sign in to comment.