for ECC and S/4
...
Installation and Base Configur...
Follow up Middleware Team Task...

Adjusting Box Rate Limit and Basic Metadata

2min

The docuflow Enterprise Connector can be throttled in its own configuration to prevent hitting any Box limits, as well can be set to not update Box system properties (referred to as "basic metadata") as part of the Update and Create docuflow API's.

Box Rate Limit

  1. Navigate to the installation directory of the docuflow connector, open the "Config" folder, and open the config.properties file for editing.
  2. Locate the section near the bottom labelled # Box configuration parameters
  3. box.rate.limit=999 (this line is for Business Value Plus accounts, use 999 to keep the throttle wide open)
  4. box.enterprise.rate.limit=(this line is for Enterprise accounts, use 999 to keep the throttle wide open)
  5. Save the your changes.

Turned On/Off Basic Metadata

  1. Navigate to the installation directory of the docuflow connector, open the "Config" folder, and open the config.properties file for editing.
  2. Locate the section near the bottom labelled # Box configuration parameters
  3. box.basicMetaUpdate=NO (No turns off Basic Metadata, YES enables)
  4. Save the your changes.