mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-15 06:11:18 +00:00
Reduce security frames
This commit is contained in:
parent
5b43fdcc77
commit
417656fd5f
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export type MergerOptions = {
|
|||
}
|
||||
}
|
||||
|
||||
const SECURITY_FRAMES = 20;
|
||||
const SECURITY_FRAMES = 10;
|
||||
const MAX_OFFSET_SEC = 20;
|
||||
const LIKENESS_TARGET = 0.95;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue