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 4fca8f1 commit 2127a52Copy full SHA for 2127a52
lib_common/src/d1_common/const.py
@@ -39,11 +39,14 @@
39
# Version of the DataONE Python stack
40
VERSION = '2.3.4'
41
42
-# Maximum number of entries per list objects request.
+# Maximum number of entries per list objects request
43
MAX_LISTOBJECTS = 1000
44
45
-# Default number of objects to retrieve in a list objects request.
46
-DEFAULT_LISTOBJECTS = 100
+# Default number of objects to retrieve in a list objects request
+DEFAULT_LISTOBJECTS_PAGE_SIZE = 100
47
+
48
+# Default number of records to retrieve in a log records request
49
+DEFAULT_GETLOGRECORDS_PAGE_SIZE = 100
50
51
# HTTP Response timeout in seconds, float.
52
RESPONSE_TIMEOUT = 30.0
0 commit comments