fix: 缩短OCR超时的默认时间,更新readme
This commit is contained in:
@@ -2,7 +2,7 @@ const DEFAULT_RUNS = 10;
|
||||
const DEFAULT_PERIOD = 25;
|
||||
const DEFAULT_BASE_RUNS = 50;
|
||||
const BENCHMARK_HOUR = "T04:00:00";
|
||||
const DEFAULT_OCR_TIMEOUT_SECONDS = 30;
|
||||
const DEFAULT_OCR_TIMEOUT_SECONDS = 10;
|
||||
const DEFAULT_FIGHT_TIMEOUT_SECONDS = 120;
|
||||
|
||||
(async function () {
|
||||
|
||||
Reference in New Issue
Block a user