LogoLogo
LogoLogo
  • Welcome
  • User manual
    • Windows File Explorer
    • Tray Menu
    • Preferences Menu
  • Deployment
    • System requirements
    • Security
      • Grant tenant-wide admin consent
      • Conditional Access
    • Setup
    • Configure Office 365 account
    • Software updates
  • Advanced Configuration
    • Management options
      • Settings for Intune-managed devices (Import custom ADMX- Public preview)
        • GUI settings
        • Mappings
        • System settings
      • Settings for Intune-managed devices (Legacy)
        • Intune GUI settings
        • Intune mappings
        • Intune system settings
        • Intune other settings
      • Settings via GPO
    • GUI Settings
      • Account re-authentication
      • Change KONNEKT name in explorer
      • Explorer UI
      • Hide tray icon
    • Mappings
      • Additional document libraries
      • Assign drive letters
      • Auto mapping
      • Managed mappings
      • Multi-Geo
    • System settings
      • Authentication browser engine
      • Cache settings
      • Download Directory
      • Enhanced Authentication
      • Link scope
      • Logging
      • Office365 Co-Authoring
      • Offline attribute
      • Open file size limitations
      • Throttling Prevention
        • SharePoint throttling prevention
        • Throttling prevention (client side)
      • Skip Account Wizard
      • Update checker
    • Other
      • Proxy settings
      • Set license key
  • Troubleshooting
    • Access token issues
      • Error message about missing token
      • Failed to obtain access token to your OneDrive account
      • Failed to obtain access token
    • Add Share: "Key not found"
    • Clicking a share does nothing
    • Debug log preparation
    • Subscribe a subset of users
    • How to deal with error(s)
    • Empty libraries
      • All libraries are empty
      • Empty default libraries - error 404
    • Manual uninstallation
    • Opening MS Office documents display a warning message
    • Site Collections are not displayed for some users
    • Sites missing or folders empty
    • Some sites or libraries do not appear in KONNEKT
    • Slow Folder Browsing
    • Why is there a grey "X" or "brown suitcase" on my files and folders?
    • What is the maximum path and file name length?
    • How to change the tenant name
    • Failed to open Device
  • Changelog
  • Licensing
    • Azure Marketplace
  • Support
  • KONNEKT Website
Powered by GitBook
On this page
  • Soft Limit
  • Hard Limit
  • How to Use It
  • Manual setting in the registry

Was this helpful?

  1. Advanced Configuration
  2. System settings
  3. Throttling Prevention

Throttling prevention (client side)

Last updated 12 hours ago

Was this helpful?

This feature is available in KONNEKT 2.11 or later

In addition to the policy "", a KONNEKT client can be actively throttled. This setting applies to folders and files.

Soft Limit

When the soft limit is reached, the client will limit GraphAPI requests by initiating throttling:

  • Most operations will be throttled for 2 seconds.

  • Throttling prevention level will switch to HIGH

Some operations will be postponed until the request amount falls below the soft limit.

Hard Limit

When the hard limit is reached, the client will stop to send any GraphAPI requests. The KONNEKT app will display an error until the end of the time window is reached.

How to Use It

Administrators can configure this policy by enabling it and set the following parameters:

Name
Default Value
Description

ClientThrottlingTimeWindow

300

Duration, in seconds, over which throttling and resource units are measured. (0 disables client side throttling)

ClientThrottlingSoftLimit

250

Number of resource units that trigger the client side soft limit. (0 disables soft limit)

ClientThrottlingHardLimit

0

Number of resource units that trigger the hard limit. (0 disables hard limit)

Manual setting in the registry

You do not need this, if you use GPO or Intune management.

The policy consists of two components in the registry:

  1. Value (activate the feature)

  2. Key with value per mapping (describe every single mapping)

  1. Value

  • Value name: ClienThrottling

  • Value type: REG_DWORD

  • Value data: 1 (to activate the feature)

  • Value stored in:

    • HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt or

    • HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt

  1. Key with value per setting - e.g. ClientThrottlingTimeWindow

  • Value name: ClientThrottlingTimeWindow

  • Value type: REG_DWORD

  • Value data: 300 (duration in seconds)

  • Key stored in:

    • HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt or

    • HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt

SharePoint throttling prevention