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 bc7126d commit 05076f9Copy full SHA for 05076f9
nebula/frontend/app.py
@@ -22,7 +22,7 @@
22
class Settings:
23
controller_host: str = os.environ.get("NEBULA_CONTROLLER_HOST")
24
controller_port: int = os.environ.get("NEBULA_CONTROLLER_PORT", 5000)
25
- resources_threshold: float = 40.0
+ resources_threshold: float = 80.0
26
port: int = os.environ.get("NEBULA_FRONTEND_PORT", 6060)
27
production: bool = os.environ.get("NEBULA_PRODUCTION", "False") == "True"
28
gpu_available: bool = os.environ.get("NEBULA_GPU_AVAILABLE", "False") == "True"
0 commit comments