Skip to content

Commit 4fe7d8d

Browse files
committed
Increase default maxrec to 1000
1 parent 3b0071f commit 4fe7d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/eso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Conf(_config.ConfigNamespace):
1111
"""
1212

1313
row_limit = _config.ConfigItem(
14-
50,
14+
1000,
1515
'Maximum number of rows returned (set to -1 for unlimited).')
1616
username = _config.ConfigItem(
1717
"",

0 commit comments

Comments
 (0)