> For the complete documentation index, see [llms.txt](https://docs.boostfordaz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boostfordaz.com/using-boost-for-daz/rendering-with-boost-for-daz/rendering-the-daz-project/streaming-vs-queuing-modes.md).

# Streaming vs Queuing Modes

For best results in rendering via both **Streaming** and **Queuing** options with Boost for Daz, the&#x20;

{% hint style="info" %}
**Max Time** parameter in the *Render Settings (Tab) > Editor (tab) > Progressive Rendering/Completion (Parameter)* in Daz Studio should be set to **zero** (0). The default is not zero, generally it is 7200 seconds (2 hours.)
{% endhint %}

When submitting a project to render via Streaming, Daz uses the value of the Max Time parameter to control the duration of the upload and render. If the render, *including upload time*, happens to take longer than Max Time, it will be terminated. A typical symptom of an early terminated render is a blank/black/empty image. When submitting a project to render via Queuing, Daz uses the value of the Max time parameter to control the duration of the render only.

However, keep in mind that many Daz Studio users have used an assigned value of -1 (when 0 is what they should use) to mean "Do not set a Max Time (or allow infinite Max Time)". However, according to the official Iray Server documentation, assigning a negative one (-1) value to the Max Time parameter is not legal for Iray or for Iray Server either. But, Daz Studio knows this and changes -1 values to 0 when passed to Iray when built-into Daz Studio and when passing to Iray Server via Streaming, but as a small little bug does not do the same when sending to Iray via Iray Server Queue.

To avoid this issue and simply rely on iterations or convergence, check that the Max Time parameter is set to zero **before** you render via Streaming or Queue. If you need to use Max Time, simply (1) don't use -1, use 0, and (2) if Streaming, allow for upload time in your Max Time parameter value.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.boostfordaz.com/using-boost-for-daz/rendering-with-boost-for-daz/rendering-the-daz-project/streaming-vs-queuing-modes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
