From 0f751fc1eb3092ce8650643ffba31ab91b638ab7 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 18 Aug 2024 01:01:35 -0600 Subject: [PATCH] Update pixelfed.php --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index b1b42daa1..768d40e49 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -195,7 +195,7 @@ return [ | Max User Limit |-------------------------------------------------------------------------- | - | Allow a maximum number of user accounts. Default: off + | Allow a maximum number of user accounts. Default: enabled w/ 1000 max users | */ 'max_users' => env('PF_MAX_USERS', 1000),