|
@@ -6,7 +6,8 @@ type DifySandboxGlobalConfigurations struct {
|
|
|
Debug bool `yaml:"debug"`
|
|
|
Key string `yaml:"key"`
|
|
|
} `yaml:"app"`
|
|
|
- MaxWorkers int `yaml:"max_workers"`
|
|
|
- MaxRequests int `yaml:"max_requests"`
|
|
|
- WorkerTimeout int `yaml:"worker_timeout"`
|
|
|
+ MaxWorkers int `yaml:"max_workers"`
|
|
|
+ MaxRequests int `yaml:"max_requests"`
|
|
|
+ WorkerTimeout int `yaml:"worker_timeout"`
|
|
|
+ PythonPath string `yaml:"python_path"`
|
|
|
}
|