You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ The following table describes the options to configure the Docling Serve RQ engi
77
77
|-----|---------|-------------|
78
78
|`DOCLING_SERVE_ENG_RQ_REDIS_URL`| (required) | The connection Redis url, e.g. `redis://localhost:6373/`|
79
79
|`DOCLING_SERVE_ENG_RQ_RESULTS_PREFIX`|`docling:results`| The prefix used for storing the results in Redis. |
80
-
|`DOCLING_SERVE_ENG_RQ_RESULTS_PREFIX`|`docling:updates`| The channel key name used for storing communicating updates between the workers and the orchestrator. |
80
+
|`DOCLING_SERVE_ENG_RQ_SUB_CHANNEL`|`docling:updates`| The channel key name used for storing communicating updates between the workers and the orchestrator. |
0 commit comments