From 89dd9dd594b22dcb0aef6b4b9c185736e2490341 Mon Sep 17 00:00:00 2001 From: Aaron Cooper <39556126+cooperaa@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:58:59 -0400 Subject: [PATCH] increase max items to 10M --- pyral/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyral/config.py b/pyral/config.py index bf7f5f4..38f51da 100644 --- a/pyral/config.py +++ b/pyral/config.py @@ -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 = \