Commit 974e011dec242a145f60d0ba545797ab92e55834

Authored by ww
1 parent 7337c822

修复导入设备过多时会响应超时

Showing 1 changed file with 1 additions and 0 deletions
... ... @@ -10,6 +10,7 @@ export const batchImportDevice = (data: ImportDeviceParams) => {
10 10 {
11 11 url: BatchImportApi.IMPORT,
12 12 data,
  13 + timeout: 1000 * 60 * 60,
13 14 },
14 15 { joinPrefix: false }
15 16 );
... ...