最大尺寸超时时间设置为130s

This commit is contained in:
13038267101 2023-05-08 09:54:48 +08:00
parent 36c01e2943
commit 1698b2c671
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ void hg_scanner_300::thread_handle_usb_read(void)
break; break;
} }
} }
if (sw.elapsed_ms() > 60000) if (sw.elapsed_s() > 130)
{ {
if (!savestatus_.empty())//以第一个消息为准 if (!savestatus_.empty())//以第一个消息为准
{ {