Automation Suite
2023.10
False
横幅背景图像
Linux 版 Automation Suite 安装指南
上次更新日期 2024年4月19日

配置最大请求大小

您可以使用 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-2024 UiPath. All rights reserved.