Revert "[database] Fix, Removes the limit for the page size (#7987)" (#7995)

This reverts commit 8db419fe99.
This commit is contained in:
Erik Ritter
2019-08-06 16:14:27 -07:00
committed by michellethomas
parent 4543898e29
commit b62c122b4d
2 changed files with 1 additions and 4 deletions

View File

@@ -50,8 +50,6 @@ class DatabaseRestApi(DatabaseMixin, ModelRestApi):
"allows_subquery",
"backend",
]
# Removes the local limit for the page size
max_page_size = -1
appbuilder.add_api(DatabaseRestApi)