diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-05 19:09:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-05 19:09:27 +0200 |
| commit | ec1504e0cedbfeffc35e50a09633e51e93bf0e2d (patch) | |
| tree | edd7259fc8eacd10b2bc3015096548c8fc36d461 /internal/config | |
| parent | 5d1b9f1062d38c301c0995ec6da980bdf5e48332 (diff) | |
more on this
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/initializer.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/initializer.go b/internal/config/initializer.go index 6038705..eaf7216 100644 --- a/internal/config/initializer.go +++ b/internal/config/initializer.go @@ -92,6 +92,7 @@ func (in *initializer) processEnvVars(args *Args) { if Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { os.Setenv("DTAIL_HOSTNAME_OVERRIDE", "integrationtest") in.Server.MaxLineLength = 1024 + in.Server.TurboBoostDisable = true } sshPrivateKeyPathFile := os.Getenv("DTAIL_SSH_PRIVATE_KEYFILE_PATH") if len(sshPrivateKeyPathFile) > 0 && args.SSHPrivateKeyFilePath == "" { |
