Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a759f4d3db | |||
| 7cf1d6f85b |
@@ -4,8 +4,8 @@ This directory contains pre-compiled binaries for the DB Backup Tool across mult
|
|||||||
|
|
||||||
## Build Information
|
## Build Information
|
||||||
- **Version**: 3.42.50
|
- **Version**: 3.42.50
|
||||||
- **Build Time**: 2026-01-18_17:52:44_UTC
|
- **Build Time**: 2026-01-18_20:14:09_UTC
|
||||||
- **Git Commit**: f9ff45c
|
- **Git Commit**: b305d13
|
||||||
|
|
||||||
## Recent Updates (v1.1.0)
|
## Recent Updates (v1.1.0)
|
||||||
- ✅ Fixed TUI progress display with line-by-line output
|
- ✅ Fixed TUI progress display with line-by-line output
|
||||||
|
|||||||
@@ -445,6 +445,12 @@ func (c *Config) ApplyResourceProfile(profileName string) error {
|
|||||||
|
|
||||||
// Apply profile settings
|
// Apply profile settings
|
||||||
c.ResourceProfile = profile.Name
|
c.ResourceProfile = profile.Name
|
||||||
|
|
||||||
|
// If LargeDBMode is enabled, apply its modifiers
|
||||||
|
if c.LargeDBMode {
|
||||||
|
profile = cpu.ApplyLargeDBMode(profile)
|
||||||
|
}
|
||||||
|
|
||||||
c.ClusterParallelism = profile.ClusterParallelism
|
c.ClusterParallelism = profile.ClusterParallelism
|
||||||
c.Jobs = profile.Jobs
|
c.Jobs = profile.Jobs
|
||||||
c.DumpJobs = profile.DumpJobs
|
c.DumpJobs = profile.DumpJobs
|
||||||
|
|||||||
Reference in New Issue
Block a user