Merge pull request #2054 from n8n-io/fixing-typo

remove duplicate wording
This commit is contained in:
Deborah 2024-04-22 08:08:42 +01:00 committed by GitHub
commit bbb826f5a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ contentType: howto
# Queue mode
You can run n8n in different modes in different modes depending on your needs. The queue mode provides the best scalability.
You can run n8n in different modes depending on your needs. The queue mode provides the best scalability.
/// note | Binary data storage
n8n doesn't support queue mode with binary data storage. If your workflows need to persist binary data, you can't use queue mode.