Set pixel diff to 700

This commit is contained in:
ful1e5 2020-08-30 12:49:12 +05:30
parent 07c1068ae0
commit a92d78754e

View file

@ -100,7 +100,7 @@ const main = async () => {
img2Buff: newFrame,
});
if (!(diff < 1700)) {
if (!(diff < 700)) {
frames[key] = { buffer: newFrame };
} else {
breakRendering = true;