feat: limit upload speed during backups

This commit is contained in:
Nicolas Meienberger
2025-11-22 11:03:57 +01:00
parent 043f73ea87
commit 8ccece42f0
11 changed files with 661 additions and 87 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `backup_schedules_table` ADD `limit_upload_kbps` integer;