Skip to content

Commit 15d8f43

Browse files
committed
fix: lower recycle threshold on test
1 parent e3cad89 commit 15d8f43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

entrypoint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ def post(self):
444444
if test_mode:
445445
print("Running in TEST MODE: connecting to test API gateway")
446446
os.environ["TEST_ENV"] = "1"
447+
# Lower threshold on test for easier testing
448+
os.environ["RECYCLE_RAM_PERCENT_WHEN_IDLE"] = "15"
447449

448450
print(f"Ephys Portal is running on http://{address}:{port}")
449451
for app in apps:

0 commit comments

Comments
 (0)