8189: Fix too-small page size in "fetch all pages" code.
authorWard Vandewege <ward@curoverse.com>
Thu, 14 Jan 2016 16:01:04 +0000 (11:01 -0500)
committerTom Clegg <tom@curoverse.com>
Thu, 14 Jan 2016 16:12:31 +0000 (11:12 -0500)
commitf918d79484a5e355c9aae1dfc6622e6fe7c96f7f
tree8d459c4e8385379ba074b0fe3c3ae5c12b70796c
parent7d6ff766d02ddc486cb61be3a0bb9ce12e7a29ff
8189: Fix too-small page size in "fetch all pages" code.

Python SDK and workbench effectively default to the API server's
MAX_LIMIT when requesting a list of objects, in those cases where no
explicit limit is set in the client code.
apps/workbench/app/models/arvados_resource_list.rb
sdk/python/arvados/util.py