Skip to content

Commit fa64d93

Browse files
committed
fix: resolve transfer bandwidth limitation
Verified on both NAS and external SSD hardware. How to verify: Check transfer speed with NAS and external SSD. Improvements: Resolved the transfer bandwidth limitation issue by adjusting the rsync bandwidth limit to 200m. Limitations: None.
1 parent bb673f9 commit fa64d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/inventory/group_vars/all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sync_to_x_source_dir: /mnt/ssd/data
3737
sync_to_x_destinations:
3838
- /mnt/external/data
3939
- /mnt/nas/data
40-
sync_to_x_rsync_bw_limit: 100m
40+
sync_to_x_rsync_bw_limit: 200m
4141
sync_to_x_timer_interval: 1min
4242

4343
# Journald Configuration

0 commit comments

Comments
 (0)