feat:移除了弹窗,服务器添加sls
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
UPDATE settings
|
||||
SET max_concurrent_downloads = MIN(MAX(max_concurrent_downloads, 1), 256);
|
||||
Reference in New Issue
Block a user
@ -0,0 +1,2 @@
|
||||
UPDATE settings
|
||||
SET max_concurrent_downloads = MIN(MAX(max_concurrent_downloads, 1), 256);
|
||||