Skip to content

Commit

Permalink
remove tmp_path
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd-Pottiger <[email protected]>
  • Loading branch information
Lloyd-Pottiger committed Dec 29, 2023
1 parent 7ccb33d commit 8ec2aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/playground/instance/tiflash.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ func (inst *TiFlashInstance) Start(ctx context.Context, version utils.Version) e
"--",
}
runtimeConfig := [][]string{
{"tmp_path", filepath.Join(inst.Dir, "tmp")},
{"path", filepath.Join(inst.Dir, "data")},
{"listen_host", inst.Host},
{"logger.log", inst.LogFile()},
Expand Down

0 comments on commit 8ec2aa8

Please sign in to comment.