We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e9941 commit 44db05aCopy full SHA for 44db05a
astroquery/eso/__init__.py
@@ -11,7 +11,7 @@ class Conf(_config.ConfigNamespace):
11
"""
12
13
row_limit = _config.ConfigItem(
14
- 50,
+ 1000,
15
'Maximum number of rows returned (set to -1 for unlimited).')
16
username = _config.ConfigItem(
17
"",
0 commit comments