Automation Suite
2023.10
False
配置最大请求大小 - Automation Suite 2023.10
徽标
Linux 版 Automation Suite 安装指南
上次更新日期 2023年11月29日

配置最大请求大小

您可以使用kubectl等工具在orchestrator-customconfig配置映射中配置最大请求大小。

最大请求大小的默认值为 300 MiB,但您可以在 values.json 文件中进行编辑。更改此配置后,Orchestrator 部署应自动重新启动。

{
  "Kestrel": {
    "Limits": {
      "MaxRequestBodySize": 314572800
    }
  }
}{
  "Kestrel": {
    "Limits": {
      "MaxRequestBodySize": 314572800
    }
  }
}

orchestrator-customconfig配置映射中的values.json文件也可能包含其他值,例如AppSettings 。 配置最大请求大小时,不得删除任何其他设置。

{
  "Kestrel": {
    ...
  },
  "AppSettings": {
    ...
  }
}{
  "Kestrel": {
    ...
  },
  "AppSettings": {
    ...
  }
}
徽标
获取您需要的帮助
徽标
了解 RPA - 自动化课程
徽标
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2023 UiPath. All rights reserved.