3 lines
91 B
SQL
3 lines
91 B
SQL
UPDATE settings
|
|
SET max_concurrent_downloads = MIN(MAX(max_concurrent_downloads, 1), 256);
|
UPDATE settings
|
|
SET max_concurrent_downloads = MIN(MAX(max_concurrent_downloads, 1), 256);
|