"vscode:/vscode.git/clone" did not exist on "796c01534dcc8856aa81d69753a2df758274d625"
Unverified Commit eda7c090 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Remove useless fields in global_config.py (#1328)

parent 5ab9418f
......@@ -11,10 +11,6 @@ class GlobalConfig:
# Default backend of the language
self.default_backend = None
# Runtime constants: Request dependency time due to network delay
self.request_dependency_delay = 0.02
self.wait_for_new_request_delay = 0.0006
# Runtime constants: New generation token ratio estimation
self.init_new_token_ratio = 0.7
self.base_min_new_token_ratio = 0.1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment