# Writeback time-out & batch size settings

Admins can adjust the request timeout duration and the batch size for writebacks in the admin console, especially when working with high-volume data, to achieve superior performance.

## 1. Request Time out

When Plan cannot connect to a writeback destination within the specified time limit, it displays a request timeout error. You can now set a custom connection time from the admin console which gives ample time for our EPM to connect to a destination before displaying a time-out error.

In the admin console, navigate to **Settings** and then Writeback > Settings. Under the **Writeback destination connection** settings, you can set the duration of the request time-out. In the example, we have set it to 300 seconds. Inforiver will wait up to 300 seconds for the connection to be established before generating a request timeout error.

<figure><img src="/files/MvjdU4oMRC7rK1aFBKVr" alt=""><figcaption><p>Request timeout</p></figcaption></figure>

## 2. Batched Write Setting

By default, if your writeback payload exceeds 50k records, Inforiver can split the payload into multiple chunks and write them back batch-by-batch. To know how to configure batched writeback and specify the temporary table for holding the batched data, you can refer to [this section](https://docs.fabricplan.com/planning/data-writeback/settings/pages/mGk9LzXcKTM1WAqwdYx6#id-3.-batch-writeback).

You can change the default batch size of 50k records in the **Batched Write Setting** section. In the example below, we have specified the batch size as 75k. Batched writeback happens when the writeback payload exceeds 75k records with each chunk size of 75k records.

<figure><img src="/files/u6CY0kUFgTEh8VdqTmNF" alt=""><figcaption><p>Batch size</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fabricplan.com/planning/data-writeback/settings/writeback-time-out-and-batch-size-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
