From 74ade8a3a3e244097565c3f95366c4e6b8a6fddc Mon Sep 17 00:00:00 2001 From: Mitchell Syer Date: Wed, 17 Jun 2026 13:26:09 -0400 Subject: [PATCH] =?UTF-8?q?Update=20docs/Configuring-Suwayomi=E2=80=90Serv?= =?UTF-8?q?er.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Constantin Piber <59023762+cpiber@users.noreply.github.com> --- docs/Configuring-Suwayomi‐Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuring-Suwayomi‐Server.md b/docs/Configuring-Suwayomi‐Server.md index 64f85a0f6..053a07274 100644 --- a/docs/Configuring-Suwayomi‐Server.md +++ b/docs/Configuring-Suwayomi‐Server.md @@ -172,7 +172,7 @@ server.maxLogFolderSize = "100mb" server.extensionStores = [] server.maxSourcesInParallel = 6 ``` -- `server.extensionStores` is a list of extension stores(previously called repositories) for custom sources. Uses the same format as Mihon; each entry is expected to be a string URL pointing to a JSON or PROTOBUF file representing the repository. +- `server.extensionStores` is a list of extension stores (previously called repositories) for custom sources. Uses the same format as Mihon; each entry is expected to be a string URL pointing to a JSON or PROTOBUF file representing the repository. - `server.maxSourcesInParallel = 6` sets how many sources can do requests (updates, downloads) in parallel. Updates/downloads are grouped by source and all mangas of a source are updated/downloaded synchronously. Range: 1 <= n <= 20. ### Backup