FIREHOSE mode v0.1 (#34496)

* add toggle

* athena

* fix mypy
This commit is contained in:
Adeeb Shihadeh
2025-01-29 15:31:15 -08:00
committed by GitHub
parent bf4e9170c5
commit 79e52ea83d
14 changed files with 106 additions and 0 deletions
+3
View File
@@ -507,6 +507,9 @@ def getSshAuthorizedKeys() -> str:
def getGithubUsername() -> str:
return Params().get("GithubUsername", encoding='utf8') or ''
@dispatcher.add_method
def getFirehoseMode() -> bool:
return Params().get_bool("FirehoseMode") or False
@dispatcher.add_method
def getSimInfo():