mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
f13f80b2a3
MongoDB adapter returns 0 from getLimitForAttributes() meaning unlimited, but Query::limit(0) fails validation since minimum valid limit is 1. Fall back to APP_LIMIT_SUBQUERY (1000) when adapter reports unlimited. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>