pam-diff: tweak default motion percent

This commit is contained in:
Koushik Dutta
2023-04-05 10:15:40 -07:00
parent f252407935
commit b2013a54ed
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import { PassThrough, Writable } from 'stream';
const { mediaManager } = sdk;
const defaultDifference = 9;
const defaultPercentage = 15;
const defaultPercentage = 2;
interface PamDiffSession {
id: string;