fix: 缩短OCR超时的默认时间,更新readme

This commit is contained in:
秋云
2025-05-25 18:39:54 +08:00
parent 1570933a6c
commit 6fbb762a99
2 changed files with 20 additions and 12 deletions

View File

@@ -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 () {