diff --git a/config/config.json b/config/config.json index 3e06158..bd2ae5f 100644 --- a/config/config.json +++ b/config/config.json @@ -6,5 +6,8 @@ "vscode_version": "vscode\/1.86.2", "serverPort": 8080, "maxPoolSize": 300, - "gpt4_sleepTime": 100 + "gpt4_sleepTime": 100, + "one_selfCopilot_limit": 30, + "one_copilot_limit": 30, + "one_coCopilot_limit": 30 }