From 6508f123f8f504785b65fb82e4b681d31eb548c1 Mon Sep 17 00:00:00 2001 From: Wassim Dhif Date: Tue, 20 Jun 2017 20:01:52 +0200 Subject: [PATCH] Reword sentence --- docs/storage-drivers/filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storage-drivers/filesystem.md b/docs/storage-drivers/filesystem.md index 393616224..707a53b59 100644 --- a/docs/storage-drivers/filesystem.md +++ b/docs/storage-drivers/filesystem.md @@ -14,4 +14,4 @@ there is adequate space available. Defaults to `/var/lib/registry`. `maxthreads`: (optional) The maximum number of simultaneous blocking filesystem operations permitted within the registry. Each operation spawns a new thread and may cause thread exhaustion issues if many are done in parallel. Defaults to -`100`, and can be no lower than `25`. \ No newline at end of file +`100`, and cannot be lower than `25`.