Skip to content

Commit 05076f9

Browse files
committed
refactor: changed resources_threshold from 40 to 80
1 parent bc7126d commit 05076f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nebula/frontend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class Settings:
2323
controller_host: str = os.environ.get("NEBULA_CONTROLLER_HOST")
2424
controller_port: int = os.environ.get("NEBULA_CONTROLLER_PORT", 5000)
25-
resources_threshold: float = 40.0
25+
resources_threshold: float = 80.0
2626
port: int = os.environ.get("NEBULA_FRONTEND_PORT", 6060)
2727
production: bool = os.environ.get("NEBULA_PRODUCTION", "False") == "True"
2828
gpu_available: bool = os.environ.get("NEBULA_GPU_AVAILABLE", "False") == "True"

0 commit comments

Comments
 (0)