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 e3cad89 commit 15d8f43Copy full SHA for 15d8f43
1 file changed
entrypoint.py
@@ -444,6 +444,8 @@ def post(self):
444
if test_mode:
445
print("Running in TEST MODE: connecting to test API gateway")
446
os.environ["TEST_ENV"] = "1"
447
+ # Lower threshold on test for easier testing
448
+ os.environ["RECYCLE_RAM_PERCENT_WHEN_IDLE"] = "15"
449
450
print(f"Ephys Portal is running on http://{address}:{port}")
451
for app in apps:
0 commit comments