diff --git a/src/Appwrite/Utopia/Response/Model/Project.php b/src/Appwrite/Utopia/Response/Model/Project.php index b1aff08e9a..28a9c86ff0 100644 --- a/src/Appwrite/Utopia/Response/Model/Project.php +++ b/src/Appwrite/Utopia/Response/Model/Project.php @@ -117,7 +117,7 @@ class Project extends Model ->addRule('authSessionsLimit', [ 'type' => self::TYPE_INTEGER, 'description' => 'Max sessions allowed per user. 100 maximum.', - 'default' => 100, + 'default' => 10, 'example' => 10, ]) ->addRule('providers', [