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 3b0071f commit 4fe7d8dCopy full SHA for 4fe7d8d
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