Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyral/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
START_INDEX = 1
KILO_PAGESIZE= 1000
MAX_PAGESIZE = 2000
MAX_ITEMS = 1000000 # a million seems an eminently reasonable limit ...
MAX_ITEMS = 10000000
DEFAULT_SESSION_TIMEOUT = 10 # in seconds

RALLY_REST_HEADERS = \
Expand Down