> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblDisableAssertsForXboxLiveThrottlingInDevSandboxes

> XblDisableAssertsForXboxLiveThrottlingInDevSandboxes

# XblDisableAssertsForXboxLiveThrottlingInDevSandboxes

Disables asserts for XBOX Live throttling in dev sandboxes.

## Syntax

```cpp theme={null}
void XblDisableAssertsForXboxLiveThrottlingInDevSandboxes(  
         XblConfigSetting setting  
)  
```

### Parameters

*setting*   \_In\_\
Type: [XblConfigSetting](/reference/live/xsapi-c/xbox_live_global_c/enums/xblconfigsetting)

The config settings value to be passed down.

### Return value

Type: void

HRESULT return code for this API operation.

## Remarks

The asserts will not fire in RETAIL sandbox, and this setting has no affect in RETAIL sandboxes. It is best practice to not call this API, and instead adjust the calling pattern but this is provided as a temporary way to get unblocked while in early stages of game development.

## Requirements

**Header:** xbox\_live\_global\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[xbox\_live\_global\_c](/reference/live/xsapi-c/xbox_live_global_c/xbox_live_global_c_members)


## Related topics

- [Best practices for calling XBOX services](/services/xbox-services/develop/best-practices/live-best-practices-calling-xbl.md)
- [HCHttpDisableAssertsForSSLValidationInDevSandboxes](/reference/live/httpclient/httpclient/functions/hchttpdisableassertsforsslvalidationindevsandboxes.md)
- [XBOX Live Test Account tool (XblTestAccountGui.exe)](/tools/tools-services/live-xbox-live-account-tool.md)
- [Sandboxes](/services/xbox-services/fundamentals/sandboxes/live-sandboxes-nav.md)
- [Troubleshooting Sign-in and Sandbox Errors](/services/xbox-services/develop/troubleshooting/live-troubleshoot-sandboxes.md)
