increased ocr timeout

This commit is contained in:
Maxim Devaev
2022-02-24 12:41:01 +03:00
parent a8af9b6290
commit ade918eb72
2 changed files with 3 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ export function Ocr(__getGeometry) {
tools.el.setEnabled($("stream-ocr-lang-selector"), true);
$("stream-ocr-led").className = "led-gray";
}
});
}, null, null, 30000);
};
__init__();